Searched refs:BASE_SECTION (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/apps/ |
D | srp.c | 31 #define BASE_SECTION "srp" macro 358 " in " BASE_SECTION "\n"); in srp_main() 360 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP); in srp_main() 365 app_RAND_load_conf(conf, BASE_SECTION); in srp_main()
|
D | ca.c | 47 #define BASE_SECTION "ca" macro 510 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL) in ca_main() 529 app_RAND_load_conf(conf, BASE_SECTION); in ca_main() 618 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main() 623 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
|
/third_party/openssl/crypto/ts/ |
D | ts_conf.c | 23 #define BASE_SECTION "tsa" macro 126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section() 128 ts_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
|