/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/key_agreement/ |
H A D | pake_server.c | 44 (void)memset_s(&pake_server->pin, sizeof(struct hc_pin), 0, sizeof(struct hc_pin)); in destroy_pake_server()
|
H A D | pake_client.c | 36 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 D | pake_client.h | 30 struct hc_pin pin; 66 struct pake_client *build_pake_client(const struct session_identity *identity, const struct hc_pin …
|
H A D | pake_server.h | 71 struct hc_pin pin;
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | hichain_pake_test.cpp | 43 static struct hc_pin g_test_pin = {strlen("123456"), "123456"}; 72 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
|
H A D | deviceauth_test.cpp | 73 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 D | hichain_receivedata_test.cpp | 48 static struct hc_pin g_testPin = {strlen("123456"), "123456"}; 86 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams()
|
H A D | huks_adapter_test.cpp | 83 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 D | hichain.h | 176 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 D | destroy_fuzzer.cpp | 34 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 D | istrustpeer_fuzzer.cpp | 34 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 D | dellocalauthinfo_fuzzer.cpp | 34 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 D | getinstance_fuzzer.cpp | 36 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 D | listtrustpeer_fuzzer.cpp | 35 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 D | authenticatepeer_fuzzer.cpp | 36 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 D | startpake_fuzzer.cpp | 34 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 D | receivedata_fuzzer.cpp | 46 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 189 struct hc_pin pin = { 0, {0} }; in build_pake_client_object()
|
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 301 struct hc_pin pin = { 0, {0} }; in delete_local_auth_info() 978 struct hc_pin pin = { 0, {0} }; in build_self_lt_key_pair()
|