Searched refs:kdfContext (Results 1 – 1 of 1) sorted by relevance
630 bytevec kdfContext = cppbor::Array() in consructKdfContext() local644 return kdfContext; in consructKdfContext()660 auto kdfContext = consructKdfContext(pubKeyA, privKeyA, pubKeyB, senderIsA); in ECDH_HKDF_DeriveKey() local661 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() local688 if (!kdfContext) return kdfContext.moveMessage(); in x25519_HKDF_DeriveKey()696 kdfContext->data(), kdfContext->size())) { in x25519_HKDF_DeriveKey()