/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/ |
H A D | oblivious_http_request.cc | 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 std::string encapsulated_key(EVP_HPKE_MAX_ENC_LENGTH, '\0'); in EncapsulateWithSeed() local
|
H A D | oblivious_http_response_test.cc | 48 absl::string_view encapsulated_key = in GetSeededEncapsulatedKey() local 71 std::string encapsulated_key(EVP_HPKE_MAX_ENC_LENGTH, '\0'); in GetSeededClientContext() local
|
H A D | oblivious_http_request_test.cc | 58 absl::string_view encapsulated_key = in GetSeededEncapsulatedKey() local
|
/aosp_15_r20/external/tink/cc/hybrid/internal/ |
H A D | hpke_context.cc | 36 std::string ConcatenatePayload(absl::string_view encapsulated_key, in ConcatenatePayload() 70 absl::string_view encapsulated_key, absl::string_view info) { in SetupRecipient()
|
H A D | hpke_context.h | 42 absl::string_view encapsulated_key; member 111 explicit HpkeContext(absl::string_view encapsulated_key, in HpkeContext()
|
H A D | hpke_decrypt_boringssl.cc | 40 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 D | hpke_encrypt_boringssl.h | 65 const std::string& encapsulated_key() const { return encapsulated_key_; } in encapsulated_key() function
|
H A D | hpke_context_boringssl.h | 90 std::string encapsulated_key; member
|
H A D | hpke_decrypt.cc | 69 absl::string_view encapsulated_key = ciphertext.substr(0, *encoding_size); in Decrypt() local
|
H A D | hpke_test_util.h | 40 std::string encapsulated_key; // enc member
|
H A D | hpke_context_boringssl.cc | 76 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 D | hpke.rs | 403 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 D | hpke.rs | 453 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 D | oblivious_http_client.cc | 33 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 D | kyber_test.cc | 131 uint8_t encapsulated_key[KYBER_SHARED_SECRET_BYTES]; in KyberFileTest() local
|
/aosp_15_r20/external/boringssl/src/crypto/kyber/ |
H A D | kyber_test.cc | 132 uint8_t encapsulated_key[KYBER_SHARED_SECRET_BYTES]; in KyberFileTest() local
|