Home
last modified time | relevance | path

Searched refs:hc_pin (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/
H A Dpake_server.c44 (void)memset_s(&pake_server->pin, sizeof(struct hc_pin), 0, sizeof(struct hc_pin)); in destroy_pake_server()
H A Dpake_client.c36 struct pake_client *build_pake_client(const struct session_identity *identity, const struct hc_pin in build_pake_client()
68 (void)memset_s(&pake_client->pin, sizeof(struct hc_pin), 0, sizeof(struct hc_pin)); in destroy_pake_client()
415 struct pake_client *build_pake_client(const struct session_identity *identity, const struct hc_pin in build_pake_client()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/inc/key_agreement/
H A Dpake_client.h30 struct hc_pin pin;
66 struct pake_client *build_pake_client(const struct session_identity *identity, const struct hc_pin
H A Dpake_server.h71 struct hc_pin pin;
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/
H A Dhichain_pake_test.cpp43 static struct hc_pin g_test_pin = {strlen("123456"), "123456"};
72 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
H A Ddeviceauth_test.cpp73 static struct hc_pin g_testPin = {strlen("123456"), "123456"};
74 static struct hc_pin g_testPin001 = {KEY_LEN_ERROR, "ab"};
75 static struct hc_pin g_testPin002 = {ERROR_ZERO_LENGTH, "cd"};
128 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
168 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams001()
183 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams002()
197 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams003()
211 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams004()
226 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams005()
H A Dhichain_receivedata_test.cpp48 static struct hc_pin g_testPin = {strlen("123456"), "123456"};
86 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
H A Dhuks_adapter_test.cpp83 static struct hc_pin g_test_pin = {strlen("123456"), "123456"};
121 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
/ohos5.0/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h176 struct hc_pin { struct
231 struct hc_pin *pin, struct operation_parameter *para);
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/destroy_fuzzer/
H A Ddestroy_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/istrustpeer_fuzzer/
H A Distrustpeer_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/dellocalauthinfo_fuzzer/
H A Ddellocalauthinfo_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/getinstance_fuzzer/
H A Dgetinstance_fuzzer.cpp36 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/listtrustpeer_fuzzer/
H A Dlisttrustpeer_fuzzer.cpp35 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/authenticatepeer_fuzzer/
H A Dauthenticatepeer_fuzzer.cpp36 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/startpake_fuzzer/
H A Dstartpake_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/fuzztest/receivedata_fuzzer/
H A Dreceivedata_fuzzer.cpp46 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c189 struct hc_pin pin = { 0, {0} }; in build_pake_client_object()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c301 struct hc_pin pin = { 0, {0} }; in delete_local_auth_info()
978 struct hc_pin pin = { 0, {0} }; in build_self_lt_key_pair()