Home
last modified time | relevance | path

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 Dsts_server.h68 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 Dauth_start_request.c92 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 Dhichain.c306 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, &para.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, &para.self_auth_id, KEY_ALIAS_ACCESSOR… in build_self_lt_key_pair()
1001 ret = generate_lt_key_pair(&alias, &para.self_auth_id); in build_self_lt_key_pair()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c202 …return build_pake_client(&hichain->identity, &pin, para.key_length, &para.self_auth_id, &para.peer… in build_pake_client_object()
209 return build_sts_client(hichain, para->key_length, &para->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 Dauthenticatepeer_fuzzer.cpp97 params.self_auth_id = selfId; in AuthenticatePeerFuzz()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/
H A Dstartpake_fuzzer.cpp92 params.self_auth_id = selfId; in StartPakeFuzz()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Ddeviceauth_test.cpp135 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 Dhichain_pake_test.cpp79 para->self_auth_id = g_test_server_auth_id; in GetProtocolParams()
H A Dhichain_receivedata_test.cpp93 para->self_auth_id = g_testServerAuthId; in GetProtocolParams()
H A Dhuks_adapter_test.cpp128 para->self_auth_id = g_test_server_auth_id; in GetProtocolParams()
/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h212 struct hc_auth_id self_auth_id; member
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dsts_client.c103 send_data->self_auth_id = sts_client->self_id; in build_start_request_data()