Searched refs:lookup_conf (Results 1 – 2 of 2) sorted by relevance
/third_party/openssl/apps/ |
D | srp.c | 114 static char *lookup_conf(const CONF *conf, const char *section, const char *tag) in lookup_conf() function 360 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP); in srp_main() 372 srpvfile = lookup_conf(conf, section, ENV_DATABASE); in srp_main()
|
D | ca.c | 89 static char *lookup_conf(const CONF *conf, const char *group, const char *tag); 510 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL) in ca_main() 560 dbfile = lookup_conf(conf, section, ENV_DATABASE); in ca_main() 582 && (keyfile = lookup_conf(conf, section, ENV_PRIVATE_KEY)) == NULL) in ca_main() 602 && (certfile = lookup_conf(conf, section, ENV_CERTIFICATE)) == NULL) in ca_main() 690 dbfile = lookup_conf(conf, section, ENV_DATABASE); in ca_main() 810 && (dgst = lookup_conf(conf, section, ENV_DEFAULT_MD)) == NULL) { in ca_main() 833 && (policy = lookup_conf(conf, section, ENV_POLICY)) == NULL) in ca_main() 842 serialfile = lookup_conf(conf, section, ENV_SERIAL); in ca_main() 1349 static char *lookup_conf(const CONF *conf, const char *section, const char *tag) in lookup_conf() function
|