Searched defs:pubKeyBuff (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
H A D | key_management_test.cpp | 135 KeyBuff pubKeyBuff = { keyData, P256_PUBLIC_SIZE, false }; variable
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/ |
H A D | pake_v2_auth_task_common.c | 120 KeyBuff pubKeyBuff = { params->pkPeerBuff.val, params->pkPeerBuff.length, false }; in GenerateEcdhSharedKey() local
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 1216 … int32_t AgreeSharedSecretWithStorageP256(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in AgreeSharedSecretWithStorageP256() 1266 const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff) in ConstructAgreeWithStorageParams() 1304 static int32_t CheckAgreeWithStorageParams(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in CheckAgreeWithStorageParams() 1328 …atic int32_t AgreeSharedSecretWithStorage(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in AgreeSharedSecretWithStorage()
|
/ohos5.0/base/security/device_auth/services/identity_manager/src/ |
H A D | cert_operation.c | 338 KeyBuff pubKeyBuff = { peerPkBuff.val, peerPkBuff.length, false }; in GetSharedSecretForAccountInPake() local
|