Home
last modified time | relevance | path

Searched refs:ssl3_send_alert (Results 1 – 11 of 11) sorted by relevance

/external/boringssl/src/ssl/
Ds3_clnt.c921 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 …]
Ds3_pkt.c176 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
Dd1_pkt.c175 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()
Dd1_both.c483 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()
Ds3_srvr.c1106 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()
Ds3_both.c275 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()
Dt1_lib.c2323 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()
Dcustom_extensions.c116 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert); in custom_ext_add_hello()
Dd1_clnt.c564 ssl3_send_alert(ssl, SSL3_AL_FATAL, al); in dtls1_get_hello_verify()
Dssl_lib.c661 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()
Dinternal.h1039 int ssl3_send_alert(SSL *ssl, int level, int desc);