Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp371 const bytevec& pubKeyB, bool senderIsA) { in x25519_HKDF_DeriveKey() argument
386 .add(senderIsA ? pubKeyA : pubKeyB)) in x25519_HKDF_DeriveKey()
390 .add(senderIsA ? pubKeyB : pubKeyA)) in x25519_HKDF_DeriveKey()
/system/keymaster/include/keymaster/cppcose/
Dcppcose.h284 const bytevec& recipientPubKey, bool senderIsA);