Searched refs:alias_type (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/ |
H A D | remove_auth_info.c | 125 enum huks_key_alias_type alias_type = (user_type == HC_USER_TYPE_ACCESSORY) ? in delete_auth_info() local 127 struct hc_key_alias alias = generate_key_alias(&service_id, auth_id, alias_type); in delete_auth_info()
|
H A D | remove_auth_info_client.c | 79 …enum huks_key_alias_type alias_type = (auth_info_client->auth_info->user_type == HC_USER_TYPE_ACCE… in build_remove_request_data() local 83 alias_type); in build_remove_request_data()
|
H A D | auth_info.c | 156 enum huks_key_alias_type alias_type = (cache->user_type == HC_USER_TYPE_ACCESSORY) ? in save_auth_info() local 158 struct hc_key_alias alias = generate_key_alias(&service_id, &cache->auth_id, alias_type); in save_auth_info()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | sts_client.c | 181 enum huks_key_alias_type alias_type; in verify_response_data() local 185 alias_type = KEY_ALIAS_LT_KEY_PAIR; in verify_response_data() 187 alias_type = KEY_ALIAS_ACCESSOR_PK; in verify_response_data() 190 alias_type = KEY_ALIAS_CONTROLLER_PK; in verify_response_data() 198 … struct hc_key_alias key_alias = generate_key_alias(&service_id, &sts_client->peer_id, alias_type); in verify_response_data()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | huks_adapter_test.cpp | 244 enum huks_key_alias_type alias_type = KEY_ALIAS_ACCESSOR_PK; variable 247 …ct hc_key_alias hc_key_alias = generate_key_alias(&service_id, &g_test_client_auth_id, alias_type); 256 enum huks_key_alias_type alias_type = KEY_ALIAS_ACCESSOR_PK; variable 257 …struct hc_key_alias hc_key_alias = generate_key_alias(nullptr, &g_test_client_auth_id, alias_type); 266 enum huks_key_alias_type alias_type = KEY_ALIAS_CONTROLLER_PK; variable 268 …ct hc_key_alias hc_key_alias = generate_key_alias(&service_id, &g_test_client_auth_id, alias_type); 277 enum huks_key_alias_type alias_type = KEY_ALIAS_CONTROLLER_PK; variable 281 …ruct hc_key_alias hc_key_alias = generate_key_alias(&service_id, &test_client_auth_id, alias_type); 507 enum huks_key_alias_type alias_type = KEY_ALIAS_CONTROLLER_PK; variable 508 int32_t ret = get_lt_public_key_list(&g_test_client_auth_id, alias_type, *g_authIdList, &count);
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 319 enum huks_key_alias_type alias_type = (user_info->user_type == HC_USER_TYPE_ACCESSORY ? in delete_local_auth_info() local 321 struct hc_key_alias alias = generate_key_alias(&service_id, &(user_info->auth_id), alias_type); in delete_local_auth_info() 355 enum huks_key_alias_type alias_type = (user_info->user_type == HC_USER_TYPE_ACCESSORY ? in is_trust_peer() local 357 struct hc_key_alias alias = generate_key_alias(&service_id, &(user_info->auth_id), alias_type); in is_trust_peer() 407 enum huks_key_alias_type alias_type = (trust_user_type == HC_USER_TYPE_ACCESSORY ? in list_trust_peers() local 409 struct hc_key_alias owner_alias = generate_key_alias(&srv_id, owner_auth_id, alias_type); in list_trust_peers()
|