Searched refs:GetAndCheckAuthIdPeer (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/ |
H A D | das_task_common.h | 32 int32_t GetAndCheckAuthIdPeer(const CJson *in, const Uint8Buff *authIdSelf, const Uint8Buff *authId…
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_server_protocol_task.c | 99 … res = GetAndCheckAuthIdPeer(in, &(params->baseParams.idSelf), &(params->baseParams.idPeer)); in PakeResponse()
|
H A D | pake_v1_client_protocol_task.c | 109 … res = GetAndCheckAuthIdPeer(in, &(params->baseParams.idSelf), &(params->baseParams.idPeer)); in ParseMsgForClientConfirm()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/ |
H A D | iso_server_protocol_task.c | 93 GOTO_ERR_AND_SET_RET(GetAndCheckAuthIdPeer(in, &(params->baseParams.authIdSelf), in IsoServerStart()
|
H A D | iso_client_protocol_task.c | 143 …RETURN_IF_ERR(GetAndCheckAuthIdPeer(in, &(params->baseParams.authIdSelf), &(params->baseParams.aut… in ParseServerStartMessage()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/ |
H A D | das_task_common.c | 492 int32_t GetAndCheckAuthIdPeer(const CJson *in, const Uint8Buff *authIdSelf, const Uint8Buff *authId… in GetAndCheckAuthIdPeer() function
|
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/ |
H A D | deviceauth_interface_test.cpp | 1075 res = GetAndCheckAuthIdPeer(nullptr, nullptr, nullptr); 1080 res = GetAndCheckAuthIdPeer(in, nullptr, nullptr); 1084 res = GetAndCheckAuthIdPeer(in, nullptr, nullptr);
|