Home
last modified time | relevance | path

Searched defs:baseKey (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/test/unittest/huks_common_test/src/
Dhks_test_aes_func.cpp184 void PlainPubKey(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in PlainPubKey()
200 void SetKeyAliasTrue(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in SetKeyAliasTrue()
216 void SetKeyAliasWrong(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in SetKeyAliasWrong()
230 void GenerateAesAgreeKey(const struct HksBlob *alias, const struct HksBlob *baseKey, in GenerateAesAgreeKey()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
Dhuks_adapter.c215 static int32_t ComputeHkdf(const Uint8Buff *baseKey, const Uint8Buff *salt, const Uint8Buff *keyInf… in ComputeHkdf()