Home
last modified time | relevance | path

Searched refs:operation_parameter (Results 1 - 15 of 15) sorted by relevance

/base/security/device_auth/interfaces/inner_api/deviceauth_lite/
H A Dhichain.h211 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 Ddeviceauth_test.cpp128 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 Dhichain_receivedata_test.cpp86 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 Dhichain_pake_test.cpp72 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 Dhuks_adapter_test.cpp121 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 Dauthenticatepeer_fuzzer.cpp36 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 Dstartpake_fuzzer.cpp34 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 Dbuild_object.c38 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 Ddellocalauthinfo_fuzzer.cpp34 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
/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()
/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()
/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()
/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()
/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()
/base/security/device_auth/frameworks/deviceauth_lite/source/
H A Dhichain.c65 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()

Completed in 13 milliseconds