Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds