Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
H A Dpake_message_util.h29 int32_t ParsePakeResponseMessage(PakeParams *params, const CJson *in);
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_message_util.c130 int32_t ParsePakeResponseMessage(PakeParams *params, const CJson *in) in ParsePakeResponseMessage() function
/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_client_protocol_task.c93 int res = ParsePakeResponseMessage(params, in); in ParseMsgForClientConfirm()
/ohos5.0/base/security/device_auth/services/key_agree_sdk/src/
H A Dkey_agree_session.c349 static int32_t ParsePakeResponseMessage(PakeBaseParams *baseParams, const CJson *in) in ParsePakeResponseMessage() function
606 res = ParsePakeResponseMessage(&(spekeSession->baseParam), inParams); in PakeConfirm()