Home
last modified time | relevance | path

Searched refs:SSL_R_NULL_SSL_METHOD_PASSED (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dsslerr.h223 # define SSL_R_NULL_SSL_METHOD_PASSED 196 macro
/freebsd/crypto/openssl/crypto/
H A Dssl_err.c343 {ERR_PACK(ERR_LIB_SSL, 0, SSL_R_NULL_SSL_METHOD_PASSED),
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1557 SSL_R_NULL_SSL_METHOD_PASSED:196:null ssl method passed
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c4030 ERR_raise(ERR_LIB_SSL, SSL_R_NULL_SSL_METHOD_PASSED); in SSL_CTX_new_ex()