Home
last modified time | relevance | path

Searched refs:ParsePakeRequestMessage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/
H A Dpake_message_util.h27 int32_t ParsePakeRequestMessage(PakeParams *params, const CJson *in);
/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_server_protocol_task.c89 res = ParsePakeRequestMessage(params, in); in PakeResponse()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_message_util.c54 int32_t ParsePakeRequestMessage(PakeParams *params, const CJson *in) in ParsePakeRequestMessage() function