Searched refs:BIO_R_NO_SUCH_FILE (Results 1 – 9 of 9) sorted by relevance
/third_party/openssl/include/openssl/ |
D | bioerr.h | 107 # define BIO_R_NO_SUCH_FILE 128 macro
|
/third_party/openssl/crypto/bio/ |
D | bio_err.c | 106 {ERR_PACK(ERR_LIB_BIO, 0, BIO_R_NO_SUCH_FILE), "no such file"},
|
D | bss_file.c | 76 BIOerr(BIO_F_BIO_NEW_FILE, BIO_R_NO_SUCH_FILE); in BIO_new_file()
|
/third_party/openssl/crypto/conf/ |
D | conf_def.c | 167 if (ERR_GET_REASON(ERR_peek_last_error()) == BIO_R_NO_SUCH_FILE) in def_load()
|
/third_party/python/Modules/ |
D | _ssl_data.h | 772 #ifdef BIO_R_NO_SUCH_FILE 773 {"NO_SUCH_FILE", ERR_LIB_BIO, BIO_R_NO_SUCH_FILE},
|
D | _ssl_data_111.h | 833 #ifdef BIO_R_NO_SUCH_FILE 834 {"NO_SUCH_FILE", ERR_LIB_BIO, BIO_R_NO_SUCH_FILE},
|
D | _ssl_data_300.h | 878 #ifdef BIO_R_NO_SUCH_FILE 879 {"NO_SUCH_FILE", ERR_LIB_BIO, BIO_R_NO_SUCH_FILE},
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 1914 BIO_R_NO_SUCH_FILE:128:no such file
|
/third_party/openssl/ |
D | CHANGES | 7846 BIO_R_NO_SUCH_FILE error code rather than the generic
|