Searched refs:NCONF_load (Results 1 – 10 of 10) sorted by relevance
/external/openssl/crypto/conf/ |
D | conf.h | 162 int NCONF_load(CONF *conf,const char *file,long *eline);
|
D | conf_lib.c | 265 int NCONF_load(CONF *conf, const char *file, long *eline) in NCONF_load() function
|
D | conf_mod.c | 185 if (NCONF_load(conf, file, NULL) <= 0) in CONF_modules_load_file()
|
/external/openssl/include/openssl/ |
D | conf.h | 162 int NCONF_load(CONF *conf,const char *file,long *eline);
|
/external/openssl/apps/ |
D | asn1pars.c | 398 if (!NCONF_load(cnf, genconf, &errline)) in do_generate()
|
D | openssl.c | 272 i=NCONF_load(config,p,&errline); in main()
|
D | req.c | 459 i=NCONF_load(config, p, &errline); in MAIN() 469 i=NCONF_load(req_conf,template,&errline); in MAIN()
|
D | x509.c | 522 if (!NCONF_load(extconf, extfile,&errorline)) in MAIN()
|
D | ca.c | 592 if (NCONF_load(conf,configfile,&errorline) <= 0) in MAIN() 981 if (NCONF_load(extconf,extfile,&errorline) <= 0) in MAIN()
|
D | apps.c | 1816 if (NCONF_load(dbattr_conf,buf[0],&errorline) <= 0) in load_index()
|