Home
last modified time | relevance | path

Searched refs:senderIsA (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/cppcose/
Dcppcose.cpp625 const bytevec& pubKeyB, bool senderIsA) { in consructKdfContext() argument
635 .add(senderIsA ? pubKeyA : pubKeyB)) in consructKdfContext()
639 .add(senderIsA ? pubKeyB : pubKeyA)) in consructKdfContext()
648 const bytevec& pubKeyB, bool senderIsA) { in ECDH_HKDF_DeriveKey() argument
660 auto kdfContext = consructKdfContext(pubKeyA, privKeyA, pubKeyB, senderIsA); in ECDH_HKDF_DeriveKey()
677 const bytevec& pubKeyB, bool senderIsA) { in x25519_HKDF_DeriveKey() argument
687 auto kdfContext = consructKdfContext(pubKeyA, privKeyA, pubKeyB, senderIsA); in x25519_HKDF_DeriveKey()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h332 const bytevec& recipientPubKey, bool senderIsA);
334 const bytevec& pubKeyB, bool senderIsA);