Searched defs:hpke_context (Results 1 – 3 of 3) sorted by relevance
24 bssl::UniquePtr<EVP_HPKE_CTX> hpke_context, std::string encapsulated_key) in Context()30 bssl::UniquePtr<EVP_HPKE_CTX> hpke_context, std::string encapsulated_key, in ObliviousHttpRequest()
135 size_t GetResponseNonceLength(const EVP_HPKE_CTX &hpke_context) { in GetResponseNonceLength()
4572 struct hpke_context { struct4574 enum hpke_kem_id kem_id;4598 static void hpke_free_context(struct hpke_context *ctx) in hpke_free_context() argument