Searched refs:peerPubKey (Results 1 – 1 of 1) sorted by relevance
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_aes.c | 186 static void PlainPubKey(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in PlainPubKey() argument 205 .blob = *peerPubKey }, in PlainPubKey() 215 static void SetKeyAliasTrue(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in SetKeyAliasTrue() argument 236 .blob = *peerPubKey }, in SetKeyAliasTrue() 244 static void SetKeyAliasWrong(const struct HksBlob *baseKey, const struct HksBlob *peerPubKey, in SetKeyAliasWrong() argument 263 .blob = *peerPubKey }, in SetKeyAliasWrong() 272 const struct HksBlob *peerPubKey, bool isPlainPubKey, bool isSetKeyAliasTrue) in GenerateAesAgreeKey() argument 279 PlainPubKey(baseKey, peerPubKey, paramSet); in GenerateAesAgreeKey() 282 SetKeyAliasTrue(baseKey, peerPubKey, paramSet); in GenerateAesAgreeKey() 284 SetKeyAliasWrong(baseKey, peerPubKey, paramSet); in GenerateAesAgreeKey()
|