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

/freebsd-13-stable/crypto/openssl/crypto/ts/
H A Dts_conf.c19 #define BASE_SECTION "tsa" macro
119 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
121 ts_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
/freebsd-13-stable/crypto/openssl/apps/
H A Dsrp.c27 #define BASE_SECTION "srp" macro
337 " in " BASE_SECTION "\n");
339 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP);
344 app_RAND_load_conf(conf, BASE_SECTION);
H A Dca.c47 #define BASE_SECTION "ca" macro
443 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL)
464 app_RAND_load_conf(conf, BASE_SECTION);
550 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
555 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);

Completed in 64 milliseconds