Home
last modified time | relevance | path

Searched refs:SSL3_MT_CLIENT_HELLO (Results 1 – 25 of 27) sorted by relevance

12

/external/boringssl/src/include/openssl/
Dssl3.h294 #define SSL3_MT_CLIENT_HELLO 1 macro
/external/cronet/third_party/boringssl/src/include/openssl/
Dssl3.h294 #define SSL3_MT_CLIENT_HELLO 1 macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl3.h299 #define SSL3_MT_CLIENT_HELLO 1 macro
/external/cronet/third_party/boringssl/src/ssl/
Dencrypted_client_hello.cc159 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()
Dhandshake.cc179 out_msg->type = SSL3_MT_CLIENT_HELLO; in GetClientHello()
Ds3_both.cc435 !CBB_add_u8(client_hello.get(), SSL3_MT_CLIENT_HELLO) || in read_v2_client_hello()
Dhandoff.cc780 &client_hello_body, SSL3_MT_CLIENT_HELLO) || in SSL_request_handshake_hints()
Dtls13_server.cc617 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_second_client_hello()
Dhandshake_client.cc343 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_add_client_hello()
Dhandshake_server.cc639 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_client_hello()
/external/boringssl/src/ssl/
Dencrypted_client_hello.cc159 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()
Dhandshake.cc179 out_msg->type = SSL3_MT_CLIENT_HELLO; in GetClientHello()
Ds3_both.cc435 !CBB_add_u8(client_hello.get(), SSL3_MT_CLIENT_HELLO) || in read_v2_client_hello()
Dtls13_server.cc617 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_second_client_hello()
Dhandoff.cc780 &client_hello_body, SSL3_MT_CLIENT_HELLO) || in SSL_request_handshake_hints()
Dhandshake_client.cc347 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_add_client_hello()
Dhandshake_server.cc639 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_client_hello()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dencrypted_client_hello.cc159 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()
Dhandshake.cc179 out_msg->type = SSL3_MT_CLIENT_HELLO; in GetClientHello()
Ds3_both.cc435 !CBB_add_u8(client_hello.get(), SSL3_MT_CLIENT_HELLO) || in read_v2_client_hello()
Dhandoff.cc750 &client_hello_body, SSL3_MT_CLIENT_HELLO) || in SSL_request_handshake_hints()
Dtls13_server.cc615 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_second_client_hello()
Dhandshake_client.cc332 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_CLIENT_HELLO) || in ssl_add_client_hello()
Dhandshake_server.cc648 if (!ssl_check_message_type(ssl, msg, SSL3_MT_CLIENT_HELLO)) { in do_read_client_hello()
/external/cronet/third_party/boringssl/src/ssl/test/
Dtest_config.cc636 if (type != SSL3_MT_CLIENT_HELLO) { in MessageCallback()

12