Searched refs:CONFerr (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/conf/ |
| H A D | conf_lib.c | 57 CONFerr(CONF_F_CONF_LOAD, ERR_R_SYS_LIB); in LHASH_OF() 74 CONFerr(CONF_F_CONF_LOAD_FP, ERR_R_BUF_LIB); in LHASH_OF() 153 CONFerr(CONF_F_CONF_DUMP_FP, ERR_R_BUF_LIB); in CONF_dump_fp() 186 CONFerr(CONF_F_NCONF_NEW, ERR_R_MALLOC_FAILURE); in NCONF_new() 210 CONFerr(CONF_F_NCONF_LOAD, CONF_R_NO_CONF); in NCONF_load() 223 CONFerr(CONF_F_NCONF_LOAD_FP, ERR_R_BUF_LIB); in NCONF_load_fp() 235 CONFerr(CONF_F_NCONF_LOAD_BIO, CONF_R_NO_CONF); in NCONF_load_bio() 269 CONFerr(CONF_F_NCONF_GET_STRING, in NCONF_get_string() 273 CONFerr(CONF_F_NCONF_GET_STRING, CONF_R_NO_VALUE); in NCONF_get_string() 332 CONFerr(CONF_F_NCONF_DUMP_FP, ERR_R_BUF_LIB); in NCONF_dump_fp() [all …]
|
| H A D | conf_def.c | 168 CONFerr(CONF_F_DEF_LOAD, CONF_R_NO_SUCH_FILE); in def_load() 170 CONFerr(CONF_F_DEF_LOAD, ERR_R_SYS_LIB); in def_load() 203 CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_BUF_LIB); in def_load_bio() 209 CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE); in def_load_bio() 214 CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_MALLOC_FAILURE); in def_load_bio() 228 CONFerr(CONF_F_DEF_LOAD_BIO, ERR_R_BUF_LIB); in def_load_bio() 337 CONFerr(CONF_F_DEF_LOAD_BIO, in def_load_bio() 347 CONFerr(CONF_F_DEF_LOAD_BIO, in def_load_bio() 433 CONFerr(CONF_F_DEF_LOAD_BIO, in def_load_bio() 647 CONFerr(CONF_F_STR_COPY, ERR_R_MALLOC_FAILURE); in str_copy() [all …]
|
| H A D | conf_ssl.c | 72 CONFerr(CONF_F_SSL_MODULE_INIT, CONF_R_SSL_SECTION_NOT_FOUND); in ssl_module_init() 74 CONFerr(CONF_F_SSL_MODULE_INIT, CONF_R_SSL_SECTION_EMPTY); in ssl_module_init() 91 CONFerr(CONF_F_SSL_MODULE_INIT, in ssl_module_init() 94 CONFerr(CONF_F_SSL_MODULE_INIT, in ssl_module_init()
|
| H A D | conf_mod.c | 165 CONFerr(CONF_F_MODULE_RUN, CONF_R_UNKNOWN_MODULE_NAME); in module_run() 177 CONFerr(CONF_F_MODULE_RUN, CONF_R_MODULE_INITIALIZATION_ERROR); in module_run() 224 CONFerr(CONF_F_MODULE_LOAD_DSO, errcode); in module_load_dso() 239 CONFerr(CONF_F_MODULE_ADD, ERR_R_MALLOC_FAILURE); in module_add() 322 CONFerr(CONF_F_MODULE_INIT, ERR_R_MALLOC_FAILURE); in module_init() 328 CONFerr(CONF_F_MODULE_INIT, ERR_R_MALLOC_FAILURE); in module_init() 521 CONFerr(CONF_F_CONF_PARSE_LIST, CONF_R_LIST_CANNOT_BE_NULL); in CONF_parse_list()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | err.h | 112 # define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),OPENSSL_FILE,OPENSSL_LINE) macro
|