Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dpake_v2_auth_task_test.cpp401 int32_t ret = ExtractPeerDeviceId(params, in);
411 int32_t ret = ExtractPeerDeviceId(&params, in);
422 int32_t ret = ExtractPeerDeviceId(&params, in);
426 ret = ExtractPeerDeviceId(&params, in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h69 int32_t ExtractPeerDeviceId(PakeAuthParams *params, const CJson *in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_server_task.c130 GOTO_IF_ERR(ExtractPeerDeviceId(&innerTask->params, in)); in AsyAuthServerStepOne()
H A Dpake_v2_auth_client_task.c149 GOTO_IF_ERR(ExtractPeerDeviceId(&innerTask->params, in)); in AsyAuthClientStepTwo()
H A Dpake_v2_auth_task_common.c209 int32_t ExtractPeerDeviceId(PakeAuthParams *params, const CJson *in) in ExtractPeerDeviceId() function