Home
last modified time | relevance | path

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

/system/keymaster/cppcose/
Dcppcose.cpp630 bytevec kdfContext = cppbor::Array() in consructKdfContext() local
644 return kdfContext; in consructKdfContext()
660 auto kdfContext = consructKdfContext(pubKeyA, privKeyA, pubKeyB, senderIsA); in ECDH_HKDF_DeriveKey() local
661 if (!kdfContext) return kdfContext.moveMessage(); in ECDH_HKDF_DeriveKey()
669 kdfContext->data(), kdfContext->size())) { in ECDH_HKDF_DeriveKey()
687 auto kdfContext = consructKdfContext(pubKeyA, privKeyA, pubKeyB, senderIsA); in x25519_HKDF_DeriveKey() local
688 if (!kdfContext) return kdfContext.moveMessage(); in x25519_HKDF_DeriveKey()
696 kdfContext->data(), kdfContext->size())) { in x25519_HKDF_DeriveKey()