Searched refs:BASE_SECTION (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ts/
H A Dts_conf.c72 #define BASE_SECTION "tsa" macro
168 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
170 TS_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
/freebsd-10-stable/crypto/openssl/apps/
H A Dsrp.c77 # define BASE_SECTION "srp" macro
481 " in \" BASE_SECTION \"\n");
483 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_SRP);
485 lookup_fail(BASE_SECTION, ENV_DEFAULT_SRP);
491 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
H A Dca.c102 #define BASE_SECTION "ca" macro
599 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA);
601 lookup_fail(BASE_SECTION, ENV_DEFAULT_CA);
631 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
748 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
753 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);

Completed in 147 milliseconds