Home
last modified time | relevance | path

Searched refs:encrypted_client_hello (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/net/http/
Dhttp_response_info_unittest.cc206 EXPECT_FALSE(restored_response_info.ssl_info.encrypted_client_hello); in TEST_F()
209 response_info_.ssl_info.encrypted_client_hello = true; in TEST_F()
213 EXPECT_TRUE(restored_response_info.ssl_info.encrypted_client_hello); in TEST_F()
Dhttp_response_info.cc393 ssl_info.encrypted_client_hello = in InitFromPickle()
449 if (ssl_info.encrypted_client_hello) in Persist()
/external/cronet/net/ssl/
Dssl_info.h91 bool encrypted_client_hello = false; variable
/external/rust/crates/quiche/deps/boringssl/src/ssl/
DCMakeLists.txt13 encrypted_client_hello.cc
/external/cronet/third_party/boringssl/src/ssl/
DCMakeLists.txt11 encrypted_client_hello.cc
/external/boringssl/src/ssl/
DCMakeLists.txt11 encrypted_client_hello.cc
/external/cronet/net/url_request/
Dhttp_with_dns_over_https_unittest.cc523 EXPECT_EQ(ech_enabled, r->ssl_info().encrypted_client_hello); in TEST_F()
596 EXPECT_TRUE(r->ssl_info().encrypted_client_hello); in TEST_F()
673 EXPECT_FALSE(r->ssl_info().encrypted_client_hello); in TEST_F()
750 EXPECT_FALSE(r->ssl_info().encrypted_client_hello); in TEST_F()
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_handshake.h153 bool encrypted_client_hello = false; member
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dtls_client_handshaker_test.cc758 EXPECT_TRUE(stream()->crypto_negotiated_params().encrypted_client_hello); in TEST_P()
782 EXPECT_TRUE(stream()->crypto_negotiated_params().encrypted_client_hello); in TEST_P()
858 EXPECT_FALSE(stream()->crypto_negotiated_params().encrypted_client_hello); in TEST_P()
Dtls_client_handshaker.cc586 crypto_negotiated_params_->encrypted_client_hello = SSL_ech_accepted(ssl()); in FillNegotiatedParams()
Dtls_server_handshaker.cc590 crypto_negotiated_params_->encrypted_client_hello = SSL_ech_accepted(ssl()); in SetWriteSecret()
/external/cronet/net/socket/
Dssl_client_socket_impl.cc112 dict.Set("encrypted_client_hello", ssl_info.encrypted_client_hello); in NetLogSSLInfoParams()
580 ssl_info->encrypted_client_hello = SSL_ech_accepted(ssl_.get()); in GetSSLInfo()
Dssl_client_socket_unittest.cc5006 EXPECT_TRUE(ssl_info.encrypted_client_hello); in TEST_F()
5013 EXPECT_TRUE(server_ssl_info->encrypted_client_hello); in TEST_F()
5021 EXPECT_TRUE(ssl_info.encrypted_client_hello); in TEST_F()
5027 EXPECT_TRUE(server_ssl_info->encrypted_client_hello); in TEST_F()
5035 EXPECT_FALSE(ssl_info.encrypted_client_hello); in TEST_F()
5041 EXPECT_FALSE(server_ssl_info->encrypted_client_hello); in TEST_F()
Dssl_server_socket_impl.cc581 ssl_info->encrypted_client_hello = SSL_ech_accepted(ssl_.get()); in GetSSLInfo()
/external/boringssl/
Deureka.mk251 src/ssl/encrypted_client_hello.cc\
Dsources.bp360 "src/ssl/encrypted_client_hello.cc",
Dandroid-sources.cmake253 ${BORINGSSL_ROOT}src/ssl/encrypted_client_hello.cc
DBUILD.generated.bzl102 "src/ssl/encrypted_client_hello.cc",
/external/cronet/third_party/boringssl/
Dsources.bp360 "src/ssl/encrypted_client_hello.cc",
DBUILD.generated.gni391 "src/ssl/encrypted_client_hello.cc",
/external/rust/crates/quiche/deps/boringssl/
DCMakeLists.txt601 src/ssl/encrypted_client_hello.cc
/external/cronet/net/quic/
Dquic_chromium_client_session.cc1446 ssl_info->encrypted_client_hello = crypto_params.encrypted_client_hello; in GetSSLInfo()
/external/open-dice/third_party/boringssl/
DBUILD.generated.gni381 "src/ssl/encrypted_client_hello.cc",
/external/rust/crates/grpcio-sys/grpc/
Dconfig.m4974 third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.cc \
Dgrpc.gyp1842 'third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.cc',

12