Home
last modified time | relevance | path

Searched refs:BIO_R_NO_SUCH_FILE (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbioerr.h46 # define BIO_R_NO_SUCH_FILE 128 macro
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_err.c48 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_SUCH_FILE), "no such file"},
H A Dbss_file.c75 ERR_raise(ERR_LIB_BIO, BIO_R_NO_SUCH_FILE); in BIO_new_file()
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c178 if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) in def_load()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt152 BIO_R_NO_SUCH_FILE:128:no such file
/freebsd/crypto/openssl/
H A DCHANGES.md12971 BIO_R_NO_SUCH_FILE error code rather than the generic