Home
last modified time | relevance | path

Searched refs:BASE_SECTION (Results 1 – 2 of 2) sorted by relevance

/dragonfly/crypto/libressl/crypto/ts/
H A Dts_conf.c74 #define BASE_SECTION "tsa" macro
183 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
185 TS_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
/dragonfly/crypto/libressl/apps/openssl/
H A Dca.c84 #define BASE_SECTION "ca" macro
738 ca_config.section = NCONF_get_string(conf, BASE_SECTION, in ca_main()
741 lookup_fail(BASE_SECTION, ENV_DEFAULT_CA); in ca_main()
870 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main()
875 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()