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

  /external/openssl/crypto/conf/
conf_lib.c 163 return NCONF_get_string(NULL, group, name);
169 return NCONF_get_string(&ctmp, group, name);
320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name)
351 str = NCONF_get_string(conf,group,name);
conf_mod.c 137 vsection = NCONF_get_string(cnf, NULL, appname);
140 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
255 path = NCONF_get_string(cnf, value, "path");
conf.h 168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
  /external/openssl/apps/
req.c 504 p=NCONF_get_string(req_conf,NULL,"oid_file");
530 p=NCONF_get_string(req_conf,SECTION,"default_md");
542 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
560 passin = NCONF_get_string(req_conf, SECTION, "input_password");
567 passout = NCONF_get_string(req_conf, SECTION, "output_password");
572 p = NCONF_get_string(req_conf, SECTION, STRING_MASK);
583 p = NCONF_get_string(req_conf, SECTION, UTF8_IN);
593 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE");
640 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE")
    [all...]
ca.c 632 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
642 p=NCONF_get_string(conf,NULL,"oid_file");
671 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
676 f = NCONF_get_string(conf, section, STRING_MASK);
686 f = NCONF_get_string(conf, section, UTF8_IN);
694 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
727 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
746 if ((keyfile == NULL) && ((keyfile=NCONF_get_string(conf,
775 && ((certfile=NCONF_get_string(conf,
794 f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE)
    [all...]
srp.c 486 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_SRP);
495 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE");
500 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
spkac.c 251 spkstr = NCONF_get_string(conf, spksect, spkac);
asn1pars.c 401 genstr = NCONF_get_string(cnf, "default", "asn1");
x509.c 547 extsect = NCONF_get_string(extconf, "default", "extensions");
    [all...]
apps.c 721 if(!(p=NCONF_get_string(conf,NULL,"oid_section")))
    [all...]
  /external/openssl/include/openssl/
conf.h 168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
  /external/openssl/crypto/x509v3/
v3_conf.c 423 static char *nconf_get_string(void *db, char *section, char *value) function
425 return NCONF_get_string(db, section, value);
434 nconf_get_string,

Completed in 657 milliseconds