Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dpub_key_exchange.c44 Uint8Buff pkSelf; member
250 if (InitUint8Buff(&params->pkSelf, PAKE_ED25519_KEY_PAIR_LEN) != HC_SUCCESS) { in ExportSelfPubKey()
254 res = GetLoaderInstance()->exportPublicKey(&keyParams, &params->pkSelf); in ExportSelfPubKey()
290 …if (AddByteToJson(json, FIELD_AUTH_PK_CLIENT, params->pkSelf.val, params->pkSelf.length) != HC_SUC… in ClientSendPkInfoBuildEvent()
485 …if (AddByteToJson(json, FIELD_AUTH_PK_SERVER, params->pkSelf.val, params->pkSelf.length) != HC_SUC… in ServerSendAuthCodeBuildEvent()
682 ClearFreeUint8Buff(&impl->params.pkSelf); in DestroyPubKeyExchangeCmd()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c377 …if (memcpy_s(params->pkSelf, PK_SIZE, token->pkInfo.devicePk.val, token->pkInfo.devicePk.length) !… in GetAsyPubKeyInfo()
457 (void)memset_s(params->pkSelf, sizeof(params->pkSelf), 0, sizeof(params->pkSelf)); in DestroyPakeAuthParams()
/ohos5.0/base/security/device_auth/services/legacy/authenticators/inc/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.h39 uint8_t pkSelf[PK_SIZE]; member