Home
last modified time | relevance | path

Searched refs:SSL3_MT_ENCRYPTED_EXTENSIONS (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl3.h303 #define SSL3_MT_ENCRYPTED_EXTENSIONS 8 macro
/external/boringssl/src/include/openssl/
Dssl3.h303 #define SSL3_MT_ENCRYPTED_EXTENSIONS 8 macro
/external/boringssl/src/ssl/
Dtls13_client.cc476 if (!ssl_check_message_type(ssl, msg, SSL3_MT_ENCRYPTED_EXTENSIONS)) { in do_read_encrypted_extensions()
746 SSL3_MT_ENCRYPTED_EXTENSIONS) || in do_send_client_encrypted_extensions()
Dtls13_server.cc711 SSL3_MT_ENCRYPTED_EXTENSIONS) || in do_send_server_hello()
937 if (!ssl_check_message_type(ssl, msg, SSL3_MT_ENCRYPTED_EXTENSIONS)) { in do_read_client_encrypted_extensions()
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dtls13_client.cc477 if (!ssl_check_message_type(ssl, msg, SSL3_MT_ENCRYPTED_EXTENSIONS)) { in do_read_encrypted_extensions()
Dtls13_server.cc636 SSL3_MT_ENCRYPTED_EXTENSIONS) || in do_send_server_hello()
/external/curl/lib/vtls/
Dopenssl.c1962 #ifdef SSL3_MT_ENCRYPTED_EXTENSIONS in ssl_msg_type()
1963 case SSL3_MT_ENCRYPTED_EXTENSIONS: in ssl_msg_type()