Searched refs:NCONF_get_string (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/conf/
H A Dconf_lib.c163 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) function
351 str = NCONF_get_string(conf,group,name);
H A Dconf_mod.c137 vsection = NCONF_get_string(cnf, NULL, appname);
140 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
255 path = NCONF_get_string(cnf, value, "path");
H A Dconf.h168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
/external/openssl/crypto/conf/
H A Dconf_lib.c163 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) function
351 str = NCONF_get_string(conf,group,name);
H A Dconf_mod.c137 vsection = NCONF_get_string(cnf, NULL, appname);
140 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
255 path = NCONF_get_string(cnf, value, "path");
H A Dconf.h168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dreq.c504 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_con
[all...]
H A Dca.c632 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(con
[all...]
H A Dsrp.c486 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)
H A Dspkac.c251 spkstr = NCONF_get_string(conf, spksect, spkac);
H A Dasn1pars.c401 genstr = NCONF_get_string(cnf, "default", "asn1");
H A Dx509.c547 extsect = NCONF_get_string(extconf, "default", "extensions");
H A Dapps.c721 if(!(p=NCONF_get_string(conf,NULL,"oid_section")))
1858 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
/external/openssl/apps/
H A Dreq.c504 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_con
[all...]
H A Dca.c632 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(con
[all...]
H A Dsrp.c486 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)
H A Dspkac.c251 spkstr = NCONF_get_string(conf, spksect, spkac);
H A Dasn1pars.c401 genstr = NCONF_get_string(cnf, "default", "asn1");
H A Dx509.c547 extsect = NCONF_get_string(extconf, "default", "extensions");
H A Dapps.c721 if(!(p=NCONF_get_string(conf,NULL,"oid_section")))
1858 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject");
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dconf.h168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
/external/openssl/include/openssl/
H A Dconf.h168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_conf.c425 return NCONF_get_string(db, section, value);
/external/openssl/crypto/x509v3/
H A Dv3_conf.c425 return NCONF_get_string(db, section, value);

Completed in 554 milliseconds