Searched refs:privKeyParams (Results 1 - 3 of 3) sorted by relevance
/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | key_management_test.cpp | 134 KeyParams privKeyParams = { { keyData, P256_PUBLIC_SIZE, false }, false, DEFAULT_OS_ACCOUNT }; in HWTEST_F() local 136 ret = GetLoaderInstance()->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, P256, P256_PUBLIC_SIZE, in HWTEST_F()
|
/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/ |
H A D | pake_v2_auth_task_common.c | 119 KeyParams privKeyParams = { { aliasBuff.val, aliasBuff.length, true }, false, params->pakeParams.osAccountId }; in GenerateEcdhSharedKey() local 121 res = params->pakeParams.loader->agreeSharedSecretWithStorage(&privKeyParams, &pubKeyBuff, in GenerateEcdhSharedKey()
|
/base/security/device_auth/services/identity_manager/src/ |
H A D | cert_operation.c | 341 KeyParams privKeyParams = { { aliasBuff.val, aliasBuff.length, true }, false, osAccountId }; in GetSharedSecretForAccountInPake() local 344 &privKeyParams, &pubKeyBuff, P256, P256_SHARED_SECRET_KEY_SIZE, sharedSecret); in GetSharedSecretForAccountInPake()
|
Completed in 3 milliseconds