/base/security/device_auth/interfaces/inner_api/deviceauth_lite/ |
H A D | hichain.h | 211 struct operation_parameter { struct 231 struct hc_pin *pin, struct operation_parameter *para); 322 DLL_API_PUBLIC int32_t start_pake(hc_handle handle, const struct operation_parameter *params); 331 DLL_API_PUBLIC int32_t authenticate_peer(hc_handle handle, struct operation_parameter *params); 351 int32_t add_auth_info(hc_handle handle, const struct operation_parameter *params, 363 int32_t remove_auth_info(hc_handle handle, const struct operation_parameter *params,
|
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/ |
H A D | deviceauth_test.cpp | 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() 586 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 606 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 648 struct operation_parameter *params = in HWTEST_F() 649 static_cast<struct operation_parameter *>(MALLO in HWTEST_F() [all...] |
H A D | hichain_receivedata_test.cpp | 86 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams() 153 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 235 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 279 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 319 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 385 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 427 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 507 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 553 struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN}; in HWTEST_F() 587 struct operation_parameter param in HWTEST_F() [all...] |
H A D | hichain_pake_test.cpp | 72 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams() 164 const struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN}; in HWTEST_F()
|
H A D | huks_adapter_test.cpp | 121 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParams() 571 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN}; in HWTEST_F() 654 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN}; in HWTEST_F() 689 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN}; in HWTEST_F() 1110 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN}; in HWTEST_F()
|
/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() 92 struct operation_parameter params; in AuthenticatePeerFuzz()
|
/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() 87 struct operation_parameter params; in StartPakeFuzz()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | build_object.c | 38 static bool check_param_is_valid(const struct operation_parameter *para); 190 struct operation_parameter para; in build_pake_client_object() 207 struct operation_parameter *para = (struct operation_parameter *)params; in build_sts_client_object() 223 static bool check_param_is_valid(const struct operation_parameter *para) in check_param_is_valid()
|
/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/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()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/ |
H A D | hichain.c | 65 static int32_t delete_base_key(struct service_id service_id, struct operation_parameter para); 202 int32_t remove_auth_info(hc_handle handle, const struct operation_parameter *params, in remove_auth_info() 245 DLL_API_PUBLIC int32_t start_pake(hc_handle handle, const struct operation_parameter *params) in start_pake() 266 DLL_API_PUBLIC int32_t authenticate_peer(hc_handle handle, struct operation_parameter *params) in authenticate_peer() 302 struct operation_parameter para; in delete_local_auth_info() 852 static int32_t delete_base_key(struct service_id service_id, struct operation_parameter para) in delete_base_key() 979 struct operation_parameter para; in build_self_lt_key_pair()
|