Home
last modified time | relevance | path

Searched defs:pubKeyBuff (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/test/unittest/deviceauth/unit_test/source/
Dkey_management_test.cpp135 KeyBuff pubKeyBuff = { keyData, P256_PUBLIC_SIZE, false }; variable
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c585 … 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()
Dhuks_adapter_utils.c735 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/
Dpake_v2_auth_task_common.c121 KeyBuff pubKeyBuff = { params->pkPeerBuff.val, params->pkPeerBuff.length, false }; in GenerateEcdhSharedKey() local
/base/security/device_auth/services/legacy/identity_manager/src/
Dcert_operation.c343 KeyBuff pubKeyBuff = { peerPkBuff.val, peerPkBuff.length, false }; in GetSharedSecretForAccountInPake() local