Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
H A Dkey_management_test.cpp134 KeyParams privKeyParams = { { keyData, P256_PUBLIC_SIZE, false }, false, DEFAULT_OS_ACCOUNT }; variable
136 …ret = GetLoaderInstance()->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, P256, P256_PU…
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/
H A Dpake_v2_auth_task_common.c119 …KeyParams privKeyParams = { { aliasBuff.val, aliasBuff.length, true }, false, params->pakeParams.o… in GenerateEcdhSharedKey() local
121 res = params->pakeParams.loader->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, in GenerateEcdhSharedKey()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Dcert_operation.c337 KeyParams privKeyParams = { { aliasBuff.val, aliasBuff.length, true }, false, osAccountId }; in GetSharedSecretForAccountInPake() local
340 &privKeyParams, &pubKeyBuff, P256, P256_SHARED_SECRET_KEY_SIZE, sharedSecret); in GetSharedSecretForAccountInPake()