Searched refs:self_auth_id (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/ |
H A D | sts_server.h | 68 struct hc_auth_id self_auth_id; member 108 struct hc_auth_id self_auth_id; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/struct/ |
H A D | auth_start_request.c | 92 tmp_hex.tmp_auth_id_data_hex = raw_byte_to_hex_string(auth_start_request->self_auth_id.auth_id, in make_auth_start_request() 93 auth_start_request->self_auth_id.length); in make_auth_start_request()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 306 if (para.self_auth_id.length > 0) { in delete_local_auth_info() 307 …if (memcmp(para.self_auth_id.auth_id, user_info->auth_id.auth_id, para.self_auth_id.length) == 0) { in delete_local_auth_info() 870 base_alias = generate_key_alias(&service_id, &(para.self_auth_id), KEY_ALIAS_LT_KEY_PAIR); in delete_base_key() 873 base_alias = generate_key_alias(&service_id, &(para.self_auth_id), KEY_ALIAS_TMP); in delete_base_key() 984 if (para.self_auth_id.length > 0) { in build_self_lt_key_pair() 991 …struct hc_key_alias alias = generate_key_alias(&service_id, ¶.self_auth_id, KEY_ALIAS_LT_KEY_P… in build_self_lt_key_pair() 993 …struct hc_key_alias alias = generate_key_alias(&service_id, ¶.self_auth_id, KEY_ALIAS_ACCESSOR… in build_self_lt_key_pair() 1001 ret = generate_lt_key_pair(&alias, ¶.self_auth_id); in build_self_lt_key_pair()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 202 …return build_pake_client(&hichain->identity, &pin, para.key_length, ¶.self_auth_id, ¶.peer… in build_pake_client_object() 209 return build_sts_client(hichain, para->key_length, ¶->self_auth_id, in build_sts_client_object() 226 if (para->self_auth_id.length > HC_AUTH_ID_BUFF_LEN) { in check_param_is_valid()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/ |
H A D | authenticatepeer_fuzzer.cpp | 97 params.self_auth_id = selfId; in AuthenticatePeerFuzz()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/ |
H A D | startpake_fuzzer.cpp | 92 params.self_auth_id = selfId; in StartPakeFuzz()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | deviceauth_test.cpp | 135 para->self_auth_id = g_testServerAuthId; in GetProtocolParams() 176 para->self_auth_id = g_testServerAuthId; in GetProtocolParams001() 190 para->self_auth_id = g_testServerAuthId003; in GetProtocolParams002() 204 para->self_auth_id = g_testServerAuthId; in GetProtocolParams003() 219 para->self_auth_id = g_testServerAuthId; in GetProtocolParams004() 234 para->self_auth_id = g_testServerAuthId002; in GetProtocolParams005()
|
H A D | hichain_pake_test.cpp | 79 para->self_auth_id = g_test_server_auth_id; in GetProtocolParams()
|
H A D | hichain_receivedata_test.cpp | 93 para->self_auth_id = g_testServerAuthId; in GetProtocolParams()
|
H A D | huks_adapter_test.cpp | 128 para->self_auth_id = g_test_server_auth_id; in GetProtocolParams()
|
/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/ |
H A D | hichain.h | 212 struct hc_auth_id self_auth_id; member
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | sts_client.c | 103 send_data->self_auth_id = sts_client->self_id; in build_start_request_data()
|