Searched refs:NCONF_get_string (Results 1 – 11 of 11) sorted by relevance
/external/openssl/apps/ |
D | req.c | 495 p=NCONF_get_string(req_conf,NULL,"oid_file"); in MAIN() 521 p=NCONF_get_string(req_conf,SECTION,"default_md"); in MAIN() 533 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in MAIN() 551 passin = NCONF_get_string(req_conf, SECTION, "input_password"); in MAIN() 558 passout = NCONF_get_string(req_conf, SECTION, "output_password"); in MAIN() 563 p = NCONF_get_string(req_conf, SECTION, STRING_MASK); in MAIN() 574 p = NCONF_get_string(req_conf, SECTION, UTF8_IN); in MAIN() 584 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in MAIN() 622 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); in MAIN() 631 char *randfile = NCONF_get_string(req_conf,SECTION,"RANDFILE"); in MAIN() [all …]
|
D | ca.c | 618 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA); in MAIN() 628 p=NCONF_get_string(conf,NULL,"oid_file"); in MAIN() 657 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN() 662 f = NCONF_get_string(conf, section, STRING_MASK); in MAIN() 672 f = NCONF_get_string(conf, section, UTF8_IN); in MAIN() 680 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in MAIN() 713 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL) in MAIN() 732 if ((keyfile == NULL) && ((keyfile=NCONF_get_string(conf, in MAIN() 761 && ((certfile=NCONF_get_string(conf, in MAIN() 780 f=NCONF_get_string(conf,BASE_SECTION,ENV_PRESERVE); in MAIN() [all …]
|
D | spkac.c | 251 spkstr = NCONF_get_string(conf, spksect, spkac); in MAIN()
|
D | asn1pars.c | 401 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
|
D | x509.c | 536 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
|
D | apps.c | 721 if(!(p=NCONF_get_string(conf,NULL,"oid_section"))) in add_oid_section() 1856 char *p = NCONF_get_string(dbattr_conf,NULL,"unique_subject"); in load_index()
|
/external/openssl/crypto/conf/ |
D | conf_lib.c | 163 return NCONF_get_string(NULL, group, name); in CONF_get_string() 169 return NCONF_get_string(&ctmp, group, name); in CONF_get_string() 320 char *NCONF_get_string(const CONF *conf,const char *group,const char *name) in NCONF_get_string() function 351 str = NCONF_get_string(conf,group,name); in NCONF_get_number_e()
|
D | conf_mod.c | 137 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load() 140 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load() 255 path = NCONF_get_string(cnf, value, "path"); in module_load_dso()
|
D | conf.h | 168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
|
/external/openssl/include/openssl/ |
D | conf.h | 168 char *NCONF_get_string(const CONF *conf,const char *group,const char *name);
|
/external/openssl/crypto/x509v3/ |
D | v3_conf.c | 425 return NCONF_get_string(db, section, value); in nconf_get_string()
|