/freebsd/crypto/openssl/crypto/conf/ |
H A D | conf_err.c | 18 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_ERROR_LOADING_DSO), "error loading dso"}, 19 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_INVALID_PRAGMA), "invalid pragma"}, 20 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_LIST_CANNOT_BE_NULL), 22 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MANDATORY_BRACES_IN_VARIABLE_EXPANSION), 24 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_CLOSE_SQUARE_BRACKET), 26 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_EQUAL_SIGN), 28 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_INIT_FUNCTION), 30 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MODULE_INITIALIZATION_ERROR), 32 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_CLOSE_BRACE), "no close brace"}, 33 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_CONF), "no conf"}, [all …]
|
H A D | conf_lib.c | 58 ERR_raise(ERR_LIB_CONF, ERR_R_SYS_LIB); in LHASH_OF() 75 ERR_raise(ERR_LIB_CONF, ERR_R_BUF_LIB); in LHASH_OF() 157 ERR_raise(ERR_LIB_CONF, ERR_R_BUF_LIB); in CONF_dump_fp() 191 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in NCONF_new_ex() 253 ERR_raise(ERR_LIB_CONF, CONF_R_NO_CONF); in NCONF_load() 266 ERR_raise(ERR_LIB_CONF, ERR_R_BUF_LIB); in NCONF_load_fp() 278 ERR_raise(ERR_LIB_CONF, CONF_R_NO_CONF); in NCONF_load_bio() 288 ERR_raise(ERR_LIB_CONF, CONF_R_NO_CONF); in STACK_OF() 293 ERR_raise(ERR_LIB_CONF, CONF_R_NO_SECTION); in STACK_OF() 312 ERR_raise(ERR_LIB_CONF, CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE); in NCONF_get_string() [all …]
|
H A D | conf_def.c | 179 ERR_raise(ERR_LIB_CONF, CONF_R_NO_SUCH_FILE); in def_load() 181 ERR_raise(ERR_LIB_CONF, ERR_R_SYS_LIB); in def_load() 202 ERR_raise(ERR_LIB_CONF, CONF_R_INVALID_PRAGMA); in parsebool() 234 ERR_raise(ERR_LIB_CONF, ERR_R_BUF_LIB); in def_load_bio() 240 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in def_load_bio() 245 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in def_load_bio() 251 ERR_raise(ERR_LIB_CONF, CONF_R_UNABLE_TO_CREATE_NEW_SECTION); in def_load_bio() 259 ERR_raise(ERR_LIB_CONF, ERR_R_BUF_LIB); in def_load_bio() 369 ERR_raise(ERR_LIB_CONF, CONF_R_MISSING_CLOSE_SQUARE_BRACKET); in def_load_bio() 378 ERR_raise(ERR_LIB_CONF, CONF_R_UNABLE_TO_CREATE_NEW_SECTION); in def_load_bio() [all …]
|
H A D | conf_mod.c | 103 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in DEFINE_RUN_ONCE_STATIC() 152 ERR_raise_data(ERR_LIB_CONF, in CONF_modules_load() 266 ERR_raise_data(ERR_LIB_CONF, CONF_R_UNKNOWN_MODULE_NAME, in module_run() 276 ERR_raise_data(ERR_LIB_CONF, CONF_R_MODULE_INITIALIZATION_ERROR, in module_run() 321 ERR_raise_data(ERR_LIB_CONF, errcode, "module=%s, path=%s", name, path); in module_load_dso() 342 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in module_add() 444 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in module_init() 451 ERR_raise(ERR_LIB_CONF, ERR_R_MALLOC_FAILURE); in module_init() 669 ERR_raise(ERR_LIB_CONF, CONF_R_LIST_CANNOT_BE_NULL); in CONF_parse_list()
|
H A D | conf_ssl.c | 76 ERR_raise_data(ERR_LIB_CONF, rcode, "section=%s", ssl_conf_section); in ssl_module_init() 96 ERR_raise_data(ERR_LIB_CONF, rcode, in ssl_module_init()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | err.h | 84 # define ERR_LIB_CONF 14 macro 135 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) 326 # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
H A D | err.h.in | 86 # define ERR_LIB_CONF 14 macro 137 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) 328 # define ERR_R_CONF_LIB (ERR_LIB_CONF/* 14 */ | ERR_RFLAG_COMMON)
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_conf.c | 106 ERR_raise(ERR_LIB_CONF, CONF_R_RECURSIVE_SECTION_REFERENCE); in provider_conf_params_internal()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | err.c | 51 {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},
|