Home
last modified time | relevance | path

Searched defs:SetupSender (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dtest_hpke_context_boringssl.cc35 TestHpkeContextBoringSsl::SetupSender( in SetupSender() function in crypto::tink::internal::TestHpkeContextBoringSsl
H A Dhpke_context.cc52 util::StatusOr<std::unique_ptr<HpkeContext>> HpkeContext::SetupSender( in SetupSender() function in crypto::tink::internal::HpkeContext
H A Dhpke_context_boringssl.cc38 HpkeContextBoringSsl::SetupSender(const HpkeParams& params, in SetupSender() function in crypto::tink::internal::HpkeContextBoringSsl
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/hpke/
Dhpke.go150 func SetupSender(kemID, kdfID, aeadID uint16, pub crypto.PublicKey, info []byte) ([]byte, *Sender, … func