Searched refs:BASE_SECTION (Results 1 – 3 of 3) sorted by relevance
/openssl/apps/ |
H A 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()
|
H A D | ca.c | 49 #define BASE_SECTION "ca" macro 521 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL) in ca_main() 538 app_RAND_load_conf(conf, BASE_SECTION); in ca_main() 620 f = app_conf_try_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main() 623 f = app_conf_try_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
|
/openssl/crypto/ts/ |
H A 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()
|
Completed in 22 milliseconds