Searched defs:SetupSender (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tink/cc/hybrid/internal/ | ||
H A D | test_hpke_context_boringssl.cc | 35 TestHpkeContextBoringSsl::SetupSender( in SetupSender() function in crypto::tink::internal::TestHpkeContextBoringSsl |
H A D | hpke_context.cc | 52 util::StatusOr<std::unique_ptr<HpkeContext>> HpkeContext::SetupSender( in SetupSender() function in crypto::tink::internal::HpkeContext |
H A D | hpke_context_boringssl.cc | 38 HpkeContextBoringSsl::SetupSender(const HpkeParams& params, in SetupSender() function in crypto::tink::internal::HpkeContextBoringSsl |
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/hpke/ | ||
D | hpke.go | 150 func SetupSender(kemID, kdfID, aeadID uint16, pub crypto.PublicKey, info []byte) ([]byte, *Sender, … func |