Home
last modified time | relevance | path

Searched refs:type_struct (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock.c41 struct huks_key_type type_struct; member
926 huks_key_type.type_struct.user_type = (uint8_t)user_type; in init_import_lt_public_key_param_set()
927 huks_key_type.type_struct.pair_type = (uint8_t)pair_type; in init_import_lt_public_key_param_set()
928 huks_key_type.type_struct.reserved1 = (uint8_t)0; in init_import_lt_public_key_param_set()
929 huks_key_type.type_struct.reserved2 = (uint8_t)0; in init_import_lt_public_key_param_set()
1082 out_key_type->user_type = key_type_union.type_struct.user_type; in inner_get_lt_info_by_key_info()
1083 out_key_type->pair_type = key_type_union.type_struct.pair_type; in inner_get_lt_info_by_key_info()
1084 out_key_type->reserved1 = key_type_union.type_struct.reserved1; in inner_get_lt_info_by_key_info()
1085 out_key_type->reserved2 = key_type_union.type_struct.reserved2; in inner_get_lt_info_by_key_info()
1136 out_key_type->user_type = key_type_union.type_struct.user_type; in inner_get_lt_info_by_key_alias()
[all …]
H A Dhuks_adapter_mock_for_pake.c41 struct huks_key_type type_struct; member
997 huks_key_type.type_struct.user_type = (uint8_t)user_type; in init_import_lt_public_key_param_set()
998 huks_key_type.type_struct.pair_type = (uint8_t)pair_type; in init_import_lt_public_key_param_set()
999 huks_key_type.type_struct.reserved1 = (uint8_t)0; in init_import_lt_public_key_param_set()
1000 huks_key_type.type_struct.reserved2 = (uint8_t)0; in init_import_lt_public_key_param_set()
1153 out_key_type->user_type = key_type_union.type_struct.user_type; in inner_get_lt_info_by_key_info()
1154 out_key_type->pair_type = key_type_union.type_struct.pair_type; in inner_get_lt_info_by_key_info()
1155 out_key_type->reserved1 = key_type_union.type_struct.reserved1; in inner_get_lt_info_by_key_info()
1156 out_key_type->reserved2 = key_type_union.type_struct.reserved2; in inner_get_lt_info_by_key_info()
1207 out_key_type->user_type = key_type_union.type_struct.user_type; in inner_get_lt_info_by_key_alias()
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c41 struct huks_key_type type_struct; member
1075 huks_key_type.type_struct.user_type = (uint8_t)user_type; in init_import_lt_public_key_param_set()
1076 huks_key_type.type_struct.pair_type = (uint8_t)pair_type; in init_import_lt_public_key_param_set()
1077 huks_key_type.type_struct.reserved1 = (uint8_t)0; in init_import_lt_public_key_param_set()
1078 huks_key_type.type_struct.reserved2 = (uint8_t)0; in init_import_lt_public_key_param_set()
1235 out_key_type->user_type = key_type_union.type_struct.user_type; in inner_get_lt_info_by_key_info()
1236 out_key_type->pair_type = key_type_union.type_struct.pair_type; in inner_get_lt_info_by_key_info()
1259 outKeyType->user_type = keyTypeUnion.type_struct.user_type; in SetKeyType()
1260 outKeyType->pair_type = keyTypeUnion.type_struct.pair_type; in SetKeyType()
1261 outKeyType->reserved1 = keyTypeUnion.type_struct.reserved1; in SetKeyType()
[all …]