Home
last modified time | relevance | path

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

/external/rust/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/third_party/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
364 ParsedServerHello server_hello; in do_read_server_hello() local
Dhandshake_client.cc369 const ParsedServerHello &server_hello) { in parse_server_version()
699 ParsedServerHello server_hello; in do_read_server_hello() local
Dtls13_server.cc755 Array<uint8_t> server_hello; in do_send_server_hello() local
/external/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
364 ParsedServerHello server_hello; in do_read_server_hello() local
Dhandshake_client.cc373 const ParsedServerHello &server_hello) { in parse_server_version()
703 ParsedServerHello server_hello; in do_read_server_hello() local
Dtls13_server.cc755 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/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_utils.cc557 const CryptoHandshakeMessage& server_hello, in ValidateServerHello()
Dquic_crypto_client_config.cc692 const CryptoHandshakeMessage& server_hello, in ProcessServerHello()
Dcrypto_server_test.cc201 void CheckServerHello(const CryptoHandshakeMessage& server_hello) { in CheckServerHello()