Searched defs:pubKeyBuff (Results 1 – 5 of 5) sorted by relevance
| /base/security/device_auth/test/unittest/deviceauth/unit_test/source/ |
| D | key_management_test.cpp | 135 KeyBuff pubKeyBuff = { keyData, P256_PUBLIC_SIZE, false }; variable
|
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| D | huks_adapter.c | 585 … int32_t AgreeSharedSecretWithStorageP256(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in AgreeSharedSecretWithStorageP256() 636 static int32_t AgreeSharedSecretIfKeyExist(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in AgreeSharedSecretIfKeyExist() 648 …atic int32_t AgreeSharedSecretWithStorage(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in AgreeSharedSecretWithStorage()
|
| D | huks_adapter_utils.c | 735 const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff) in ConstructAgreeWithStorageParams() 773 int32_t CheckAgreeWithStorageParams(const KeyParams *priKeyParams, const KeyBuff *pubKeyBuff, in CheckAgreeWithStorageParams()
|
| /base/security/device_auth/services/legacy/authenticators/src/account_related/auth/pake_v2_auth_task/ |
| D | pake_v2_auth_task_common.c | 121 KeyBuff pubKeyBuff = { params->pkPeerBuff.val, params->pkPeerBuff.length, false }; in GenerateEcdhSharedKey() local
|
| /base/security/device_auth/services/legacy/identity_manager/src/ |
| D | cert_operation.c | 343 KeyBuff pubKeyBuff = { peerPkBuff.val, peerPkBuff.length, false }; in GetSharedSecretForAccountInPake() local
|