Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbioerr.h107 # define BIO_R_NO_SUCH_FILE 128 macro
/third_party/openssl/crypto/bio/
Dbio_err.c106 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_SUCH_FILE), "no such file"},
Dbss_file.c76 BIOerr(BIO_F_BIO_NEW_FILE, BIO_R_NO_SUCH_FILE); in BIO_new_file()
/third_party/openssl/crypto/conf/
Dconf_def.c167 if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) in def_load()
/third_party/python/Modules/
D_ssl_data.h772 #ifdef BIO_R_NO_SUCH_FILE
773 {"NO_SUCH_FILE", ERR_LIB_BIO, BIO_R_NO_SUCH_FILE},
D_ssl_data_111.h833 #ifdef BIO_R_NO_SUCH_FILE
834 {"NO_SUCH_FILE", ERR_LIB_BIO, BIO_R_NO_SUCH_FILE},
D_ssl_data_300.h878 #ifdef BIO_R_NO_SUCH_FILE
879 {"NO_SUCH_FILE", ERR_LIB_BIO, BIO_R_NO_SUCH_FILE},
/third_party/openssl/crypto/err/
Dopenssl.txt1914 BIO_R_NO_SUCH_FILE:128:no such file
/third_party/openssl/
DCHANGES7846 BIO_R_NO_SUCH_FILE error code rather than the generic