Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_unrelated/pake_task/pake_v1_task/
H A Dpake_v1_protocol_task_common.h28 int32_t FillPskWithDerivedKeyHex(PakeParams *params);
/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.c108 res = FillPskWithDerivedKeyHex(params); in PakeResponse()
H A Dpake_v1_client_protocol_task.c165 res = FillPskWithDerivedKeyHex(params); in PakeClientConfirm()
H A Dpake_v1_protocol_task_common.c282 int32_t FillPskWithDerivedKeyHex(PakeParams *params) in FillPskWithDerivedKeyHex() function