Home
last modified time | relevance | path

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 Dkey_management_test.cpp135 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 Dpake_v2_auth_task_common.c120 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 Dhuks_adapter.c1216 … 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 Dcert_operation.c338 KeyBuff pubKeyBuff = { peerPkBuff.val, peerPkBuff.length, false }; in GetSharedSecretForAccountInPake() local