Searched refs:ERR_R_SSL_LIB (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 329 # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON) macro
|
H A D | err.h.in | 331 # define ERR_R_SSL_LIB (ERR_LIB_SSL/* 20 */ | ERR_RFLAG_COMMON) macro
|
/freebsd/crypto/openssl/ssl/record/methods/ |
H A D | dtls_meth.c | 662 ERR_raise(ERR_LIB_SSL, ERR_R_SSL_LIB); in dtls_new_record_layer()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 979 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 D | ssl_sess.c | 445 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in ssl_get_new_session()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 2686 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 D | statem_srvr.c | 3766 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 D | extensions_srvr.c | 1983 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_construct_stoc_key_share()
|
H A D | extensions_clnt.c | 1980 SSLfatal(s, SSL_AD_INTERNAL_ERROR, ERR_R_SSL_LIB); in tls_parse_stoc_key_share()
|
/freebsd/crypto/openssl/ssl/quic/ |
H A D | quic_impl.c | 2222 QUIC_RAISE_NON_NORMAL_ERROR(NULL, ERR_R_SSL_LIB, NULL); in create_xso_from_stream()
|