/external/boringssl/src/include/openssl/ |
D | ssl3.h | 294 #define SSL3_MT_CLIENT_HELLO 1 macro
|
/external/cronet/third_party/boringssl/src/include/openssl/ |
D | ssl3.h | 294 #define SSL3_MT_CLIENT_HELLO 1 macro
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | ssl3.h | 299 #define SSL3_MT_CLIENT_HELLO 1 macro
|
/external/cronet/third_party/boringssl/src/ssl/ |
D | encrypted_client_hello.cc | 159 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_decode_client_hello_inner() 780 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_encrypt_client_hello()
|
D | handshake.cc | 179 out_msg->type = SSL3_MT_CLIENT_HELLO; in GetClientHello()
|
D | s3_both.cc | 435 !CBB_add_u8(client_hello.get(), SSL3_MT_CLIENT_HELLO) || in read_v2_client_hello()
|
D | handoff.cc | 780 &client_hello_body, SSL3_MT_CLIENT_HELLO) || in SSL_request_handshake_hints()
|
D | tls13_server.cc | 617 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_second_client_hello()
|
D | handshake_client.cc | 343 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_add_client_hello()
|
D | handshake_server.cc | 639 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_client_hello()
|
/external/boringssl/src/ssl/ |
D | encrypted_client_hello.cc | 159 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_decode_client_hello_inner() 780 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_encrypt_client_hello()
|
D | handshake.cc | 179 out_msg->type = SSL3_MT_CLIENT_HELLO; in GetClientHello()
|
D | s3_both.cc | 435 !CBB_add_u8(client_hello.get(), SSL3_MT_CLIENT_HELLO) || in read_v2_client_hello()
|
D | tls13_server.cc | 617 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_second_client_hello()
|
D | handoff.cc | 780 &client_hello_body, SSL3_MT_CLIENT_HELLO) || in SSL_request_handshake_hints()
|
D | handshake_client.cc | 347 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_add_client_hello()
|
D | handshake_server.cc | 639 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_client_hello()
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | encrypted_client_hello.cc | 159 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_decode_client_hello_inner() 802 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_encrypt_client_hello()
|
D | handshake.cc | 179 out_msg->type = SSL3_MT_CLIENT_HELLO; in GetClientHello()
|
D | s3_both.cc | 435 !CBB_add_u8(client_hello.get(), SSL3_MT_CLIENT_HELLO) || in read_v2_client_hello()
|
D | handoff.cc | 750 &client_hello_body, SSL3_MT_CLIENT_HELLO) || in SSL_request_handshake_hints()
|
D | tls13_server.cc | 615 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_second_client_hello()
|
D | handshake_client.cc | 332 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_add_client_hello()
|
D | handshake_server.cc | 648 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_client_hello()
|
/external/cronet/third_party/boringssl/src/ssl/test/ |
D | test_config.cc | 636 if (type != SSL3_MT_CLIENT_HELLO) { in MessageCallback()
|