Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp370 ErrMsgOr<bytevec> x25519_HKDF_DeriveKey(const bytevec& pubKeyA, const bytevec& privKeyA, in x25519_HKDF_DeriveKey() argument
372 if (privKeyA.empty() || pubKeyA.empty() || pubKeyB.empty()) { in x25519_HKDF_DeriveKey()
386 .add(senderIsA ? pubKeyA : pubKeyB)) in x25519_HKDF_DeriveKey()
390 .add(senderIsA ? pubKeyB : pubKeyA)) in x25519_HKDF_DeriveKey()