Home
last modified time | relevance | path

Searched refs:GetClientHello (Results 1 – 20 of 20) sorted by relevance

/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dtls13_server.cc213 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
368 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_session()
685 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_second_client_hello()
Dhandshake_server.cc679 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_client_hello()
698 if (!hs->GetClientHello(&msg_unused, &client_hello)) { in do_read_client_hello_after_ech()
821 if (!hs->GetClientHello(&msg_unused, &client_hello)) { in do_select_certificate()
Dhandshake.cc174 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
Dssl_test.cc1082 static bool GetClientHello(SSL *ssl, std::vector<uint8_t> *out) { in GetClientHello() function
1127 if (!GetClientHello(ssl.get(), &client_hello) || in GetClientHelloLen()
2031 if (!GetClientHello(ssl.get(), &client_hello) || in GetECHLength()
3134 ASSERT_TRUE(GetClientHello(ssl.get(), &client_hello)); in TEST()
Dinternal.h1773 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
/external/cronet/stable/third_party/boringssl/src/ssl/
Dtls13_server.cc256 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
434 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_session()
736 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_second_client_hello()
Dhandshake_server.cc696 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_client_hello()
715 if (!hs->GetClientHello(&msg_unused, &client_hello)) { in do_read_client_hello_after_ech()
851 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
Dhandshake.cc170 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
Dssl_test.cc1144 static bool GetClientHello(SSL *ssl, std::vector<uint8_t> *out) { in GetClientHello() function
1195 if (!GetClientHello(ssl.get(), &client_hello) || in GetClientHelloLen()
2192 if (!GetClientHello(ssl.get(), &client_hello) || in GetECHLength()
3389 ASSERT_TRUE(GetClientHello(ssl.get(), &client_hello)); in TEST()
Dinternal.h2295 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
/external/cronet/tot/third_party/boringssl/src/ssl/
Dtls13_server.cc256 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
434 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_session()
736 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_second_client_hello()
Dhandshake_server.cc696 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_client_hello()
715 if (!hs->GetClientHello(&msg_unused, &client_hello)) { in do_read_client_hello_after_ech()
851 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
Dhandshake.cc170 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
Dssl_test.cc1144 static bool GetClientHello(SSL *ssl, std::vector<uint8_t> *out) { in GetClientHello() function
1195 if (!GetClientHello(ssl.get(), &client_hello) || in GetClientHelloLen()
2192 if (!GetClientHello(ssl.get(), &client_hello) || in GetECHLength()
3389 ASSERT_TRUE(GetClientHello(ssl.get(), &client_hello)); in TEST()
Dinternal.h2295 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
/external/boringssl/src/ssl/
Dtls13_server.cc302 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
503 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_session()
827 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_second_client_hello()
Dhandshake_server.cc559 if (!hs->GetClientHello(&msg, &client_hello)) { in do_read_client_hello()
578 if (!hs->GetClientHello(&msg_unused, &client_hello)) { in do_read_client_hello_after_ech()
714 if (!hs->GetClientHello(&msg, &client_hello)) { in do_select_parameters()
Dhandshake.cc68 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
Dssl_test.cc1144 static bool GetClientHello(SSL *ssl, std::vector<uint8_t> *out) { in GetClientHello() function
1195 if (!GetClientHello(ssl.get(), &client_hello) || in GetClientHelloLen()
2192 if (!GetClientHello(ssl.get(), &client_hello) || in GetECHLength()
3385 ASSERT_TRUE(GetClientHello(ssl.get(), &client_hello)); in TEST()
Dinternal.h2146 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);