Home
last modified time | relevance | path

Searched refs:SSL_AD_NO_ALERT (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/ssl/record/methods/
H A Dtlsany_meth.c68 RLAYERfatal(rl, SSL_AD_NO_ALERT, SSL_R_HTTP_REQUEST); in tls_validate_record_header()
71 RLAYERfatal(rl, SSL_AD_NO_ALERT, in tls_validate_record_header()
77 RLAYERfatal(rl, SSL_AD_NO_ALERT, in tls_validate_record_header()
103 RLAYERfatal(rl, SSL_AD_NO_ALERT, in tls_validate_record_header()
H A Ddtls_meth.c200 if (rl->alert != SSL_AD_NO_ALERT) { in dtls_process_record()
498 if (rl->alert != SSL_AD_NO_ALERT) { in dtls_get_more_records()
560 if (rl->alert != SSL_AD_NO_ALERT) { in dtls_get_more_records()
H A Dtls_common.c205 RLAYERfatal(rl, SSL_AD_NO_ALERT, ERR_R_CRYPTO_LIB); in tls_setup_write_buffer()
267 RLAYERfatal(rl, SSL_AD_NO_ALERT, ERR_R_CRYPTO_LIB); in tls_setup_read_buffer()
831 if (rl->alert != SSL_AD_NO_ALERT) { in tls_get_more_records()
905 if (rl->alert != SSL_AD_NO_ALERT) { in tls_get_more_records()
1329 rl->alert = SSL_AD_NO_ALERT; in tls_int_new_record_layer()
1857 if (rl->alert == SSL_AD_NO_ALERT) { in tls_write_records_default()
1865 if (rl->alert == SSL_AD_NO_ALERT) { in tls_write_records_default()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c154 if (al != SSL_AD_NO_ALERT) in ossl_statem_send_fatal()
417 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in state_machine()
422 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in state_machine()
428 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in state_machine()
434 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in state_machine()
438 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in state_machine()
460 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in state_machine()
H A Dstatem_srvr.c1404 SSLfatal(s, SSL_AD_NO_ALERT, SSL_R_COOKIE_GEN_CALLBACK_FAILURE); in dtls_construct_hello_verify_request()
1411 SSLfatal(s, SSL_AD_NO_ALERT, ERR_R_INTERNAL_ERROR); in dtls_construct_hello_verify_request()
H A Dstatem_clnt.c3855 SSLfatal(s, SSL_AD_NO_ALERT, SSL_R_CANNOT_CHANGE_CIPHER); in tls_construct_client_certificate()
3945 SSLfatal(sc, SSL_AD_NO_ALERT, SSL_R_CANNOT_CHANGE_CIPHER); in tls_construct_client_compressed_certificate()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c528 if (al != SSL_AD_NO_ALERT) { in ossl_tls_handle_rlayer_return()
918 SSLfatal_data(s, SSL_AD_NO_ALERT, in ssl3_read_bytes()
980 SSLfatal(s, SSL_AD_NO_ALERT, in ssl3_read_bytes()
H A Drec_layer_d1.c448 SSLfatal_data(sc, SSL_AD_NO_ALERT, in dtls1_read_bytes()
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c383 SSLfatal(s, SSL_AD_NO_ALERT, SSL_R_READ_TIMEOUT_EXPIRED); in dtls1_check_timeout_num()
H A Dssl_local.h63 #define SSL_AD_NO_ALERT -1 macro