/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/ |
D | tls13_server.cc | 213 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()
|
D | handshake_server.cc | 679 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()
|
D | handshake.cc | 174 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
|
D | ssl_test.cc | 1082 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()
|
D | internal.h | 1773 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
|
/external/cronet/stable/third_party/boringssl/src/ssl/ |
D | tls13_server.cc | 256 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()
|
D | handshake_server.cc | 696 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()
|
D | handshake.cc | 170 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
|
D | ssl_test.cc | 1144 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()
|
D | internal.h | 2295 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
|
/external/cronet/tot/third_party/boringssl/src/ssl/ |
D | tls13_server.cc | 256 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()
|
D | handshake_server.cc | 696 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()
|
D | handshake.cc | 170 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
|
D | ssl_test.cc | 1144 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()
|
D | internal.h | 2295 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
|
/external/boringssl/src/ssl/ |
D | tls13_server.cc | 302 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()
|
D | handshake_server.cc | 559 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()
|
D | handshake.cc | 68 bool SSL_HANDSHAKE::GetClientHello(SSLMessage *out_msg, in GetClientHello() function in SSL_HANDSHAKE
|
D | ssl_test.cc | 1144 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()
|
D | internal.h | 2146 bool GetClientHello(SSLMessage *out_msg, SSL_CLIENT_HELLO *out_client_hello);
|