Home
last modified time | relevance | path

Searched refs:AddPseudonymIdAndChallenge (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/pake_v1_task/
H A Dpake_v1_protocol_task_common.h30 int32_t AddPseudonymIdAndChallenge(PakeParams *params, CJson *payload);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
H A Dpake_v1_server_protocol_task.c67 res = AddPseudonymIdAndChallenge(params, payload); in PackageMsgForResponse()
H A Dpake_v1_client_protocol_task.c68 res = AddPseudonymIdAndChallenge(params, payload); in PakeRequest()
H A Dpake_v1_protocol_task_common.c604 int32_t AddPseudonymIdAndChallenge(PakeParams *params, CJson *payload) in AddPseudonymIdAndChallenge() function
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp274 res = AddPseudonymIdAndChallenge(nullptr, nullptr);
276 res = AddPseudonymIdAndChallenge(params, nullptr);
280 res = AddPseudonymIdAndChallenge(params, payload);