Searched refs:ERR_LIB_CONF (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/conf/ |
| H A D | conf_err.c | 18 {ERR_PACK(ERR_LIB_CONF, CONF_F_CONF_LOAD, 0), "CONF_load"}, 21 {ERR_PACK(ERR_LIB_CONF, CONF_F_DEF_LOAD, 0), "def_load"}, 30 {ERR_PACK(ERR_LIB_CONF, CONF_F_NCONF_GET_NUMBER_E, 0), 40 {ERR_PACK(ERR_LIB_CONF, CONF_F_STR_COPY, 0), "str_copy"}, 46 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_LIST_CANNOT_BE_NULL), 50 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_EQUAL_SIGN), 52 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_MISSING_INIT_FUNCTION), 57 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_CONF), "no conf"}, 62 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_NO_VALUE), "no value"}, 71 {ERR_PACK(ERR_LIB_CONF, 0, CONF_R_SSL_SECTION_NOT_FOUND), [all …]
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | 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.1/crypto/openssl/crypto/err/ |
| H A D | err.c | 45 {ERR_PACK(ERR_LIB_CONF, 0, 0), "configuration file routines"},
|