/external/boringssl/src/ssl/ |
D | s3_clnt.c | 921 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_server_hello() 1050 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_server_certificate() 1083 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_server_key_exchange() 1293 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_server_key_exchange() 1336 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_certificate_request() 1351 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); in ssl3_get_certificate_request() 1358 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); in ssl3_get_certificate_request() 1366 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); in ssl3_get_certificate_request() 1374 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); in ssl3_get_certificate_request() 1383 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); in ssl3_get_certificate_request() [all …]
|
D | s3_pkt.c | 176 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert); in ssl3_get_record() 332 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER); in ssl3_read_change_cipher_spec() 635 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_read_bytes() 669 int ssl3_send_alert(SSL *ssl, int level, int desc) { in ssl3_send_alert() function
|
D | d1_pkt.c | 175 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert); in dtls1_get_record() 203 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER); in dtls1_read_change_cipher_spec() 456 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in dtls1_read_bytes()
|
D | d1_both.c | 483 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER); in dtls1_get_buffered_message() 513 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); in dtls1_process_fragment() 531 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER); in dtls1_process_fragment() 565 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); in dtls1_process_fragment() 674 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in dtls1_get_message()
|
D | s3_srvr.c | 1106 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_client_hello() 1239 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); in ssl3_send_server_key_exchange() 1264 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); in ssl3_send_server_key_exchange() 1291 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); in ssl3_send_server_key_exchange() 1312 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); in ssl3_send_server_key_exchange() 1721 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_client_key_exchange() 1825 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_cert_verify() 1973 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_client_certificate()
|
D | s3_both.c | 275 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_finished() 430 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl3_get_message()
|
D | t1_lib.c | 2323 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert); in ssl_parse_clienthello_tlsext() 2428 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl_check_clienthello_tlsext() 2432 ssl3_send_alert(ssl, SSL3_AL_WARNING, al); in ssl_check_clienthello_tlsext() 2459 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in ssl_check_serverhello_tlsext() 2463 ssl3_send_alert(ssl, SSL3_AL_WARNING, al); in ssl_check_serverhello_tlsext() 2474 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert); in ssl_parse_serverhello_tlsext()
|
D | custom_extensions.c | 116 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert); in custom_ext_add_hello()
|
D | d1_clnt.c | 564 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in dtls1_get_hello_verify()
|
D | ssl_lib.c | 661 ssl3_send_alert(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY); in SSL_shutdown() 1410 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); in STACK_OF() 1423 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL3_AD_INAPPROPRIATE_FALLBACK); in STACK_OF()
|
D | internal.h | 1039 int ssl3_send_alert(SSL *ssl, int level, int desc);
|