Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.h32 int32_t ServerResponsePakeV2Protocol(PakeBaseParams *params);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_server_task.c64 res = ServerResponsePakeV2Protocol(&task->params.pakeParams); in DealAsyStepOneData()
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c634 int32_t ServerResponsePakeV2Protocol(PakeBaseParams *params) in ServerResponsePakeV2Protocol() function
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c559 res = ServerResponsePakeV2Protocol(&spekeSession->baseParam); in PakeResponse()
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp1312 res = ServerResponsePakeV2Protocol(nullptr);
1314 res = ServerResponsePakeV2Protocol(params);