/ohos5.0/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() 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 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}; 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 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};
|
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}; 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 D | hichain.h | 211 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 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()
|
/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() 92 struct operation_parameter params; in AuthenticatePeerFuzz()
|
/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() 87 struct operation_parameter params; in StartPakeFuzz()
|
/ohos5.0/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()
|
/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/receivedata_fuzzer/ |
H A D | receivedata_fuzzer.cpp | 46 struct hc_pin *pin, struct operation_parameter *para) in GetProtocolParamsCb()
|