Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c369 if (InitSingleParam(&params->pkInfoSelf, pkInfoLen) != HC_SUCCESS) { in GetAsyPubKeyInfo()
373 …if (memcpy_s(params->pkInfoSelf.val, params->pkInfoSelf.length, token->pkInfoStr.val, pkInfoLen) !… in GetAsyPubKeyInfo()
464 FreeUint8Buff(&params->pkInfoSelf); in DestroyPakeAuthParams()
H A Dpake_v2_auth_server_task.c100 (const char *)innerTask->params.pkInfoSelf.val), ret); in PrepareAsyServerStepOneData()
H A Dpake_v2_auth_client_task.c66 …_IF_ERR(AddStringToJson(data, FIELD_AUTH_PK_INFO, (const char *)innerTask->params.pkInfoSelf.val)); in AsyAuthClientStepOne()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h40 Uint8Buff pkInfoSelf; member