Home
last modified time | relevance | path

Searched refs:SSL3_AL_FATAL (Results 1 – 25 of 32) sorted by relevance

12

/external/chromium_org/third_party/boringssl/src/ssl/
Ds3_clnt.c988 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_server_hello()
1095 al=SSL3_AL_FATAL; in ssl3_get_server_certificate()
1104 al=SSL3_AL_FATAL; in ssl3_get_server_certificate()
1136 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_server_certificate()
1175 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_server_key_exchange()
1562 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_server_key_exchange()
1622 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_certificate_request()
1632 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_certificate_request()
1650 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR); in ssl3_get_certificate_request()
1658 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR); in ssl3_get_certificate_request()
[all …]
Dssl_stat.c308 else if (value == SSL3_AL_FATAL) in SSL_alert_type_string_long()
319 else if (value == SSL3_AL_FATAL) in SSL_alert_type_string()
Ds3_both.c296 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_finished()
483 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_message()
Ds3_pkt.c538 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_record()
1418 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_read_bytes()
1488 if (s->s3->send_alert[0] == SSL3_AL_FATAL) in ssl3_dispatch_alert()
Ds3_srvr.c282 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in IMPLEMENT_ssl3_meth_func()
1147 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_client_hello()
1649 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_send_server_key_exchange()
2200 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_client_key_exchange()
2306 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_cert_verify()
2490 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_client_certificate()
Dd1_both.c492 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_get_message()
593 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_retrieve_buffered_fragment()
932 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_get_message_fragment()
Dd1_pkt.c512 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_process_record()
1265 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_read_bytes()
1606 if (s->s3->send_alert[0] == SSL3_AL_FATAL in dtls1_dispatch_alert()
Dd1_clnt.c636 ssl3_send_alert(s, SSL3_AL_FATAL, al); in dtls1_get_hello_verify()
Dt1_lib.c1801 ssl3_send_alert(s, SSL3_AL_FATAL, alert); in ssl_parse_clienthello_tlsext()
2150 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl_check_clienthello_tlsext()
2210 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl_check_serverhello_tlsext()
2230 ssl3_send_alert(s, SSL3_AL_FATAL, alert); in ssl_parse_serverhello_tlsext()
/external/openssl/ssl/
Ds3_clnt.c398 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_INTERNAL_ERROR); in IMPLEMENT_ssl3_meth_func()
749 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in ssl3_client_hello()
1007 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in ssl3_get_server_hello()
1162 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_server_hello()
1295 al=SSL3_AL_FATAL; in ssl3_get_server_certificate()
1305 al=SSL3_AL_FATAL; in ssl3_get_server_certificate()
1344 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_server_certificate()
2056 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_key_exchange()
2114 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_certificate_request()
2124 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); in ssl3_get_certificate_request()
[all …]
Dd1_clnt.c804 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in dtls1_client_hello()
965 ssl3_send_alert(s, SSL3_AL_FATAL, al); in dtls1_get_hello_verify()
1108 ssl3_send_alert(s,SSL3_AL_FATAL, in dtls1_send_client_key_exchange()
1204 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); in dtls1_send_client_key_exchange()
1214 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in dtls1_send_client_key_exchange()
1270 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_UNEXPECTED_MESSAGE); in dtls1_send_client_key_exchange()
1519 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE); in dtls1_send_client_key_exchange()
1526 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in dtls1_send_client_key_exchange()
Dssl_stat.c393 else if (value == SSL3_AL_FATAL) in SSL_alert_type_string_long()
404 else if (value == SSL3_AL_FATAL) in SSL_alert_type_string()
Dtls_srp.c243 return SSL3_AL_FATAL; in SSL_srp_server_param_with_username()
246 return SSL3_AL_FATAL; in SSL_srp_server_param_with_username()
253 SSL_ERROR_NONE:SSL3_AL_FATAL; in SSL_srp_server_param_with_username()
Ds3_srvr.c200 ret = SSL3_AL_FATAL; in ssl_check_srp_ext_ClientHello()
325 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in IMPLEMENT_ssl3_meth_func()
376 ssl3_send_alert(s,SSL3_AL_FATAL,al); in IMPLEMENT_ssl3_meth_func()
1040 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in ssl3_get_client_hello()
1060 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in ssl3_get_client_hello()
1466 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_client_hello()
2085 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_send_server_key_exchange()
2995 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_client_key_exchange()
3253 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_cert_verify()
3421 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_client_certificate()
Ds3_both.c300 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_finished()
571 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_message()
Dssl3.h333 #define SSL3_AL_FATAL 2 macro
Ds3_pkt.c552 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_get_record()
1472 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl3_read_bytes()
1567 if (s->s3->send_alert[0] == SSL3_AL_FATAL) in ssl3_dispatch_alert()
Dd1_pkt.c539 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_process_record()
1385 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_read_bytes()
1731 if (s->s3->send_alert[0] == SSL3_AL_FATAL in dtls1_dispatch_alert()
Dd1_both.c480 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_get_message()
581 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_retrieve_buffered_fragment()
921 ssl3_send_alert(s,SSL3_AL_FATAL,al); in dtls1_get_message_fragment()
Ds23_clnt.c805 ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE); in ssl23_get_server_hello()
Dt1_lib.c2183 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl_check_clienthello_tlsext_early()
2250 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl_check_clienthello_tlsext_late()
2360 ssl3_send_alert(s,SSL3_AL_FATAL,al); in ssl_check_serverhello_tlsext()
/external/openssl/patches/
D0003-jsse.patch86 + ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
102 + ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
143 + ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
156 + ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
171 + ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
184 + ssl3_send_alert(s,SSL3_AL_FATAL,SSL_AD_HANDSHAKE_FAILURE);
D0011-ecdhe_psk.patch321 + ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
545 - ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
553 ssl3_send_alert(s, SSL3_AL_FATAL,
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dssl3.h292 #define SSL3_AL_FATAL 2 macro
/external/openssl/include/openssl/
Dssl3.h333 #define SSL3_AL_FATAL 2 macro

12