Home
last modified time | relevance | path

Searched refs:NCONF_free (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/lib/libssl/src/apps/
Dopenssl.c289 NCONF_free(config); in main()
363 NCONF_free(config); in main()
Dspkac.c299 NCONF_free(conf); in MAIN()
Dapps.c1711 NCONF_free(dbattr_conf); in load_index()
1757 if (dbattr_conf) NCONF_free(dbattr_conf); in load_index()
Dx509.c1082 NCONF_free(extconf); in MAIN()
Dreq.c1085 if ((req_conf != NULL) && (req_conf != config)) NCONF_free(req_conf); in MAIN()
Dca.c1493 NCONF_free(conf); in MAIN()
/mirbsd/src/lib/libssl/src/crypto/conf/
Dconf.h153 void NCONF_free(CONF *conf);
Dconf_lib.c245 void NCONF_free(CONF *conf) in NCONF_free() function
Dconf_mod.c202 NCONF_free(conf); in CONF_modules_load_file()