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.cpp185 void PlainPubKey(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in PlainPubKey()
201 void SetKeyAliasTrue(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in SetKeyAliasTrue()
217 void SetKeyAliasWrong(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in SetKeyAliasWrong()
232 const struct HksBlob *peerPubKey, bool isPlainPubKey, bool isSetKeyAliasTrue) in GenerateAesAgreeKey()
/base/security/device_auth/services/mk_agree/src/mock/
Dkey_manager_mock.c25 int32_t GenerateMk(int32_t osAccountId, const char *peerDeviceId, const Uint8Buff *peerPubKey) in GenerateMk()
/base/security/device_auth/services/mk_agree/src/
Dkey_manager.c194 int32_t GenerateMk(int32_t osAccountId, const char *peerDeviceId, const Uint8Buff *peerPubKey) in GenerateMk()
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
Dhks_import_agree_test.cpp1049 static int32_t TestAgree(const struct HksBlob *keyAlias, const struct HksBlob *peerPubKey, struct H… in TestAgree()