HomeSort by relevance Sort by last modified time
    Searched refs:BASE_SECTION (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
srp.c 76 #define BASE_SECTION "srp"
484 VERBOSE BIO_printf(bio_err,"trying to read " ENV_DEFAULT_SRP " in \" BASE_SECTION \"\n");
486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
489 lookup_fail(BASE_SECTION,ENV_DEFAULT_SRP);
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
ca.c 102 #define BASE_SECTION "ca"
632 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
635 lookup_fail(BASE_SECTION,ENV_DEFAULT_CA);
671 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
794 f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE);
799 f=NCONF_get_string(conf,BASE_SECTION,ENV_MSIE_HACK);
    [all...]

Completed in 50 milliseconds