/minix/crypto/external/bsd/openssl/dist/crypto/ts/ |
H A D | ts_conf.c | 168 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section() 179 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial() 199 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() 246 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT); in TS_CONF_set_signer_cert() 268 certs = NCONF_get_string(conf, section, ENV_CERTS); in TS_CONF_set_certs() 290 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY); in TS_CONF_set_signer_key() 312 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY); in TS_CONF_set_def_policy() 335 char *policies = NCONF_get_string(conf, section, in TS_CONF_set_policies() 366 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests() 403 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy() [all …]
|
/minix/crypto/external/bsd/openssl/dist/apps/ |
H A D | req.c | 497 p = NCONF_get_string(req_conf, NULL, "oid_file"); in MAIN() 519 p = NCONF_get_string(req_conf, SECTION, "default_md"); in MAIN() 546 passin = NCONF_get_string(req_conf, SECTION, "input_password"); in MAIN() 557 p = NCONF_get_string(req_conf, SECTION, STRING_MASK); in MAIN() 567 p = NCONF_get_string(req_conf, SECTION, UTF8_IN); in MAIN() 680 keyout = NCONF_get_string(req_conf, SECTION, KEYFILE); in MAIN() 702 p = NCONF_get_string(req_conf, SECTION, "encrypt_rsa_key"); in MAIN() 705 p = NCONF_get_string(req_conf, SECTION, "encrypt_key"); in MAIN() 1059 tmp = NCONF_get_string(req_conf, SECTION, PROMPT); in make_REQ() 1065 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME); in make_REQ() [all …]
|
H A D | ca.c | 613 p = NCONF_get_string(conf, NULL, "oid_file"); in MAIN() 642 f = NCONF_get_string(conf, section, STRING_MASK); in MAIN() 652 f = NCONF_get_string(conf, section, UTF8_IN); in MAIN() 660 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in MAIN() 734 && ((certfile = NCONF_get_string(conf, in MAIN() 754 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in MAIN() 765 f = NCONF_get_string(conf, section, ENV_NAMEOPT); in MAIN() 776 f = NCONF_get_string(conf, section, ENV_CERTOPT); in MAIN() 787 f = NCONF_get_string(conf, section, ENV_EXTCOPY); in MAIN() 977 if ((md == NULL) && ((md = NCONF_get_string(conf, in MAIN() [all …]
|
H A D | srp.c | 483 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_SRP); in MAIN() 491 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN() 497 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) { in MAIN()
|
H A D | spkac.c | 250 spkstr = NCONF_get_string(conf, spksect, spkac); in MAIN()
|
H A D | asn1pars.c | 387 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
|
H A D | ts.c | 410 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
|
H A D | x509.c | 510 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
|
H A D | apps.c | 730 if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) { in add_oid_section() 1789 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); in load_index()
|
/minix/crypto/external/bsd/openssl/dist/crypto/conf/ |
H A D | conf_lib.c | 161 return NCONF_get_string(NULL, group, name); in CONF_get_string() 165 return NCONF_get_string(&ctmp, group, name); in CONF_get_string() 308 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) in NCONF_get_string() function 339 str = NCONF_get_string(conf, group, name); in NCONF_get_number_e()
|
H A D | conf_mod.c | 135 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load() 138 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load() 244 path = NCONF_get_string(cnf, value, "path"); in module_load_dso()
|
H A D | conf.h | 170 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
|
/minix/crypto/external/bsd/openssl/dist/crypto/x509v3/ |
H A D | v3_conf.c | 432 return NCONF_get_string(db, section, value); in nconf_get_string()
|
/minix/crypto/external/bsd/openssl/dist/util/ |
H A D | libeay.num | 1786 NCONF_get_string 2280 EXIST::FUNCTION:
|
/minix/crypto/external/bsd/openssl/dist/ |
H A D | CHANGES | 7554 NCONF_get_section, NCONF_get_string, NCONF_get_numbre
|