Home
last modified time | relevance | path

Searched refs:ServerResponsePakeV2Protocol (Results 1 – 4 of 4) sorted by relevance

/base/security/device_auth/services/protocol/inc/pake_protocol/pake_v2_protocol/
Dpake_v2_protocol_common.h32 int32_t ServerResponsePakeV2Protocol(PakeBaseParams *params);
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
Dpake_v2_auth_server_task.c64 res = ServerResponsePakeV2Protocol(&task->params.pakeParams); in DealAsyStepOneData()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
Dpake_v2_protocol_common.c627 int32_t ServerResponsePakeV2Protocol(PakeBaseParams *params) in ServerResponsePakeV2Protocol() function
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_session.c559 res = ServerResponsePakeV2Protocol(&spekeSession->baseParam); in PakeResponse()