Home
last modified time | relevance | path

Searched defs:encapsulated_key (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/
H A Doblivious_http_request.cc24 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 std::string encapsulated_key(EVP_HPKE_MAX_ENC_LENGTH, '\0'); in EncapsulateWithSeed() local
H A Doblivious_http_response_test.cc48 absl::string_view encapsulated_key = in GetSeededEncapsulatedKey() local
71 std::string encapsulated_key(EVP_HPKE_MAX_ENC_LENGTH, '\0'); in GetSeededClientContext() local
H A Doblivious_http_request_test.cc58 absl::string_view encapsulated_key = in GetSeededEncapsulatedKey() local
/aosp_15_r20/external/tink/cc/hybrid/internal/
H A Dhpke_context.cc36 std::string ConcatenatePayload(absl::string_view encapsulated_key, in ConcatenatePayload()
70 absl::string_view encapsulated_key, absl::string_view info) { in SetupRecipient()
H A Dhpke_context.h42 absl::string_view encapsulated_key; member
111 explicit HpkeContext(absl::string_view encapsulated_key, in HpkeContext()
H A Dhpke_decrypt_boringssl.cc40 const HpkeKeyBoringSsl& hpke_key, absl::string_view encapsulated_key, in New()
53 const HpkeKeyBoringSsl& hpke_key, absl::string_view encapsulated_key, in Init()
H A Dhpke_encrypt_boringssl.h65 const std::string& encapsulated_key() const { return encapsulated_key_; } in encapsulated_key() function
H A Dhpke_context_boringssl.h90 std::string encapsulated_key; member
H A Dhpke_decrypt.cc69 absl::string_view encapsulated_key = ciphertext.substr(0, *encoding_size); in Decrypt() local
H A Dhpke_test_util.h40 std::string encapsulated_key; // enc member
H A Dhpke_context_boringssl.cc76 absl::string_view encapsulated_key, absl::string_view info) { in SetupRecipient()
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/
H A Dhpke.rs403 encapsulated_key: [u8; 32], // enc field
489 let encapsulated_key = unsafe { in new_sender_context_for_testing() localVariable
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Dhpke.rs453 encapsulated_key: [u8; 32], // enc field
545 let encapsulated_key = unsafe { in new_sender_context_for_testing() localVariable
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/
H A Doblivious_http_client.cc33 std::string encapsulated_key(EVP_HPKE_MAX_ENC_LENGTH, '\0'); in ValidateClientParameters() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/kyber/
H A Dkyber_test.cc131 uint8_t encapsulated_key[KYBER_SHARED_SECRET_BYTES]; in KyberFileTest() local
/aosp_15_r20/external/boringssl/src/crypto/kyber/
H A Dkyber_test.cc132 uint8_t encapsulated_key[KYBER_SHARED_SECRET_BYTES]; in KyberFileTest() local