Home
last modified time | relevance | path

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

/ohos5.0/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()
648 struct operation_parameter *params =
649 static_cast<struct operation_parameter *>(MALLOC(sizeof(struct operation_parameter)));
650 … (void)memset_s(params, sizeof(struct operation_parameter), 0, sizeof(struct operation_parameter));
983 struct operation_parameter *params =
984 static_cast<struct operation_parameter *>(MALLOC(sizeof(struct operation_parameter)));
985 … (void)memset_s(params, sizeof(struct operation_parameter), 0, sizeof(struct operation_parameter));
1013 struct operation_parameter *params =
1014 static_cast<struct operation_parameter *>(MALLOC(sizeof(struct operation_parameter)));
[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};
235 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
279 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
319 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
385 const struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
553 struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
587 struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
682 struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
732 struct operation_parameter params = {g_testServerAuthId, g_testClientAuthId, KEY_LEN};
[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};
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};
654 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN};
689 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN};
1110 struct operation_parameter params = {g_test_server_auth_id, g_test_client_auth_id, KEY_LEN};
/ohos5.0/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); argument
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,
/ohos5.0/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()
/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()
92 struct operation_parameter params; in AuthenticatePeerFuzz()
/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()
87 struct operation_parameter params; in StartPakeFuzz()
/ohos5.0/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()
/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/receivedata_fuzzer/
H A Dreceivedata_fuzzer.cpp46 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()