Searched refs:SSL_AD_UNSUPPORTED_EXTENSION (Results 1 – 8 of 8) sorted by relevance
/external/boringssl/src/ssl/ |
D | tls13_both.cc | 258 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate() 286 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in tls13_process_certificate()
|
D | t1_lib.cc | 580 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in forbid_parse_serverhello() 2098 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_early_data_parse_serverhello() 2665 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ext_quic_transport_params_parse_serverhello() 3342 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext() 3353 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_scan_serverhello_tlsext() 3392 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in ssl_check_clienthello_tlsext()
|
D | handshake.cc | 266 *out_alert = SSL_AD_UNSUPPORTED_EXTENSION; in ssl_parse_extensions()
|
D | tls13_client.cc | 311 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
|
D | handshake_client.cc | 757 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_EXTENSION); in do_read_server_hello()
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 3353 #define SSL_AD_UNSUPPORTED_EXTENSION TLS1_AD_UNSUPPORTED_EXTENSION macro
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 4312 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in init_ssl()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5890 #ifdef SSL_AD_UNSUPPORTED_EXTENSION in PyInit__ssl()
|