Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Derr.h329 # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON) macro
H A Derr.h.in331 # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON) macro
/freebsd/crypto/openssl/ssl/record/methods/
H A Ddtls_meth.c662 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in dtls_new_record_layer()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c979 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in ossl_ssl_connection_new_int()
4105 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
4110 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
4116 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
4122 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
4127 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
4132 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
4200 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in SSL_CTX_new_ex()
H A Dssl_sess.c445 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in ssl_get_new_session()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c2686 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_process_certificate_request()
2770 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_process_new_session_ticket()
3262 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_construct_cke_ecdhe()
H A Dstatem_srvr.c3766 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_process_client_certificate()
3987 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in construct_stateless_ticket()
H A Dextensions_srvr.c1983 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_construct_stoc_key_share()
H A Dextensions_clnt.c1980 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_parse_stoc_key_share()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_impl.c2222 QUIC_RAISE_NON_NORMAL_ERROR(NULL, ERR_R_SSL_LIB, NULL); in create_xso_from_stream()