Home
last modified time | relevance | path

Searched defs:peerPubKey (Results 1 – 4 of 4) 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()
231 const struct HksBlob *peerPubKey, bool isPlainPubKey, bool isSetKeyAliasTrue) in GenerateAesAgreeKey()
/base/security/device_auth/services/mk_agree/src/mock/
Dkey_manager_mock.c24 int32_t GenerateMk(const char *peerDeviceId, const Uint8Buff *peerPubKey) in GenerateMk()
/base/security/device_auth/services/mk_agree/src/
Dkey_manager.c196 int32_t GenerateMk(const char *peerDeviceId, const Uint8Buff *peerPubKey) in GenerateMk()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_import_agree_test.cpp1048 static int32_t TestAgree(const struct HksBlob *keyAlias, const struct HksBlob *peerPubKey, struct H… in TestAgree()