HomeSort by: relevance | last modified time | path
    Searched refs:BASE_SECTION (Results 1 - 9 of 9) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ts/
ts_conf.c 23 #define BASE_SECTION "tsa"
138 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
140 ts_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
  /src/crypto/external/bsd/openssl/dist/crypto/ts/
ts_conf.c 23 #define BASE_SECTION "tsa"
126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
128 ts_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ts/
ts_conf.c 19 #define BASE_SECTION "tsa"
119 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA);
121 ts_CONF_lookup_fail(BASE_SECTION, ENV_DEFAULT_TSA);
  /src/crypto/external/apache2/openssl/dist/apps/
srp.c 31 #define BASE_SECTION "srp"
369 " in " BASE_SECTION "\n");
371 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP);
376 app_RAND_load_conf(conf, BASE_SECTION);
ca.c 49 #define BASE_SECTION "ca"
566 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL)
583 app_RAND_load_conf(conf, BASE_SECTION);
665 f = app_conf_try_string(conf, BASE_SECTION, ENV_PRESERVE);
668 f = app_conf_try_string(conf, BASE_SECTION, ENV_MSIE_HACK);
  /src/crypto/external/bsd/openssl/dist/apps/
srp.c 31 #define BASE_SECTION "srp"
358 " in " BASE_SECTION "\n");
360 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP);
365 app_RAND_load_conf(conf, BASE_SECTION);
ca.c 47 #define BASE_SECTION "ca"
510 && (section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_CA)) == NULL)
529 app_RAND_load_conf(conf, BASE_SECTION);
618 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE);
623 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK);
  /src/crypto/external/bsd/openssl.old/dist/apps/
srp.c 27 #define BASE_SECTION "srp"
337 " in " BASE_SECTION "\n");
339 section = lookup_conf(conf, BASE_SECTION, ENV_DEFAULT_SRP);
344 app_RAND_load_conf(conf, BASE_SECTION);
ca.c 47 #define BASE_SECTION "ca"
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 31 milliseconds