Searched refs:ERR_LIB_CONF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/crypto/openssl/crypto/conf/ |
| HD | conf_err.c | 17 {ERR_PACK(ERR_LIB_CONF, CONF_F_CONF_DUMP_FP, 0), "CONF_dump_fp"}, 18 {ERR_PACK(ERR_LIB_CONF, CONF_F_CONF_LOAD, 0), "CONF_load"}, 19 {ERR_PACK(ERR_LIB_CONF, CONF_F_CONF_LOAD_FP, 0), "CONF_load_fp"}, 20 {ERR_PACK(ERR_LIB_CONF, CONF_F_CONF_PARSE_LIST, 0), "CONF_parse_list"}, 21 {ERR_PACK(ERR_LIB_CONF, CONF_F_DEF_LOAD, 0), "def_load"}, 22 {ERR_PACK(ERR_LIB_CONF, CONF_F_DEF_LOAD_BIO, 0), "def_load_bio"}, 23 {ERR_PACK(ERR_LIB_CONF, CONF_F_GET_NEXT_FILE, 0), "get_next_file"}, 24 {ERR_PACK(ERR_LIB_CONF, CONF_F_MODULE_ADD, 0), "module_add"}, 25 {ERR_PACK(ERR_LIB_CONF, CONF_F_MODULE_INIT, 0), "module_init"}, 26 {ERR_PACK(ERR_LIB_CONF, CONF_F_MODULE_LOAD_DSO, 0), "module_load_dso"}, [all …]
|
| /freebsd-13-stable/crypto/openssl/include/openssl/ |
| HD | err.h | 67 # define ERR_LIB_CONF 14 macro 112 # define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),OPENSSL_FILE,OPENSSL_LINE)
|
| /freebsd-13-stable/crypto/openssl/crypto/err/ |
| HD | err.c | 45 {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},
|