Lines Matching defs:cnf
98 static int module_run(const CONF *cnf, char *name, char *value,
104 const CONF *cnf);
109 CONF_modules_load(const CONF *cnf, const char *appname, unsigned long flags)
117 if (!cnf)
121 vsection = NCONF_get_string(cnf, NULL, appname);
124 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
131 values = NCONF_get_section(cnf, vsection);
138 ret = module_run(cnf, vl->name, vl->value, flags);
188 module_run(const CONF *cnf, char *name, char *value, unsigned long flags)
201 ret = module_init(mod, name, value, cnf);
278 module_init(CONF_MODULE *mod, char *name, char *value, const CONF *cnf)
297 if (mod->init(imod, cnf) <= 0)
429 if (asprintf(&file, "%s/openssl.cnf",