Home
last modified time | relevance | path

Searched defs:server_hello (Results 1 – 19 of 19) sorted by relevance

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dtls13_client.cc123 static bool is_hello_retry_request(const ParsedServerHello &server_hello) { in is_hello_retry_request()
129 const ParsedServerHello &server_hello) { in check_ech_confirmation()
187 ParsedServerHello server_hello; in do_read_hello_retry_request() local
360 ParsedServerHello server_hello; in do_read_server_hello() local
Dhandshake_client.cc358 const ParsedServerHello &server_hello) { in parse_server_version()
687 ParsedServerHello server_hello; in do_read_server_hello() local
Dtls13_server.cc764 Array<uint8_t> server_hello; in do_send_server_hello() local
/external/cronet/stable/third_party/boringssl/src/ssl/
Dtls13_client.cc136 static bool is_hello_retry_request(const ParsedServerHello &server_hello) { in is_hello_retry_request()
142 const ParsedServerHello &server_hello) { in check_ech_confirmation()
200 ParsedServerHello server_hello; in do_read_hello_retry_request() local
373 ParsedServerHello server_hello; in do_read_server_hello() local
Dhandshake_client.cc386 const ParsedServerHello &server_hello) { in parse_server_version()
712 ParsedServerHello server_hello; in do_read_server_hello() local
Dtls13_server.cc820 Array<uint8_t> server_hello; in do_send_server_hello() local
/external/boringssl/src/ssl/
Dtls13_client.cc135 static bool is_hello_retry_request(const ParsedServerHello &server_hello) { in is_hello_retry_request()
141 const ParsedServerHello &server_hello) { in check_ech_confirmation()
199 ParsedServerHello server_hello; in do_read_hello_retry_request() local
377 ParsedServerHello server_hello; in do_read_server_hello() local
Dhandshake_client.cc248 const ParsedServerHello &server_hello) { in parse_server_version()
582 ParsedServerHello server_hello; in do_read_server_hello() local
Dtls13_server.cc914 Array<uint8_t> server_hello; in do_send_server_hello() local
/external/cronet/tot/third_party/boringssl/src/ssl/
Dtls13_client.cc136 static bool is_hello_retry_request(const ParsedServerHello &server_hello) { in is_hello_retry_request()
142 const ParsedServerHello &server_hello) { in check_ech_confirmation()
200 ParsedServerHello server_hello; in do_read_hello_retry_request() local
373 ParsedServerHello server_hello; in do_read_server_hello() local
Dhandshake_client.cc386 const ParsedServerHello &server_hello) { in parse_server_version()
712 ParsedServerHello server_hello; in do_read_server_hello() local
Dtls13_server.cc820 Array<uint8_t> server_hello; in do_send_server_hello() local
/external/webrtc/rtc_base/
Dserver_socket_adapters.cc49 const ArrayView<const uint8_t> server_hello = in ProcessInput() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_utils.cc555 const CryptoHandshakeMessage& server_hello, in ValidateServerHello()
Dquic_crypto_client_config.cc694 const CryptoHandshakeMessage& server_hello, in ProcessServerHello()
Dcrypto_server_test.cc202 void CheckServerHello(const CryptoHandshakeMessage& server_hello) { in CheckServerHello()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_utils.cc555 const CryptoHandshakeMessage& server_hello, in ValidateServerHello()
Dquic_crypto_client_config.cc694 const CryptoHandshakeMessage& server_hello, in ProcessServerHello()
Dcrypto_server_test.cc202 void CheckServerHello(const CryptoHandshakeMessage& server_hello) { in CheckServerHello()