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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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
604 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA);
606 lookup_fail(BASE_SECTION, ENV_DEFAULT_CA);
636 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
753 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
758 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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
604 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA);
606 lookup_fail(BASE_SECTION, ENV_DEFAULT_CA);
636 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
753 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
758 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c103 #define BASE_SECTION "ca" macro
611 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
614 lookup_fail(BASE_SECTION,ENV_DEFAULT_CA);
650 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
773 f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE);
778 f=NCONF_get_string(conf,BASE_SECTION,ENV_MSIE_HACK);

Completed in 189 milliseconds