| /freebsd-10-stable/crypto/openssl/crypto/ts/ |
| 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 …]
|
| /freebsd-10-stable/crypto/openssl/apps/ |
| 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() 529 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS); in MAIN() 546 passin = NCONF_get_string(req_conf, SECTION, "input_password"); in MAIN() 552 passout = NCONF_get_string(req_conf, SECTION, "output_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() 575 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS); in MAIN() 610 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); in MAIN() 618 char *randfile = NCONF_get_string(req_conf, SECTION, "RANDFILE"); in MAIN() [all …]
|
| D | ca.c | 599 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA); in MAIN() 607 p = NCONF_get_string(conf, NULL, "oid_file"); in MAIN() 631 randfile = NCONF_get_string(conf, BASE_SECTION, "RANDFILE"); in MAIN() 636 f = NCONF_get_string(conf, section, STRING_MASK); in MAIN() 646 f = NCONF_get_string(conf, section, UTF8_IN); in MAIN() 654 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in MAIN() 683 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) { in MAIN() 702 if ((keyfile == NULL) && ((keyfile = NCONF_get_string(conf, in MAIN() 728 && ((certfile = NCONF_get_string(conf, in MAIN() 748 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in MAIN() [all …]
|
| 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()
|
| D | spkac.c | 250 spkstr = NCONF_get_string(conf, spksect, spkac); in MAIN()
|
| D | asn1pars.c | 387 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
|
| D | ts.c | 410 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
|
| D | x509.c | 510 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
|
| D | apps.c | 727 if (!(p = NCONF_get_string(conf, NULL, "oid_section"))) { in add_oid_section() 1790 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); in load_index()
|
| /freebsd-10-stable/crypto/openssl/crypto/conf/ |
| 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()
|
| 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()
|
| D | conf.h | 170 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
|
| /freebsd-10-stable/usr.sbin/uefisign/ |
| D | uefisign.c | 191 str = NCONF_get_string(cnf, "default", "asn1"); in magic()
|
| /freebsd-10-stable/crypto/openssl/crypto/x509v3/ |
| D | v3_conf.c | 432 return NCONF_get_string(db, section, value); in nconf_get_string()
|
| /freebsd-10-stable/crypto/openssl/util/ |
| D | libeay.num | 1786 NCONF_get_string 2280 EXIST::FUNCTION:
|
| /freebsd-10-stable/crypto/openssl/ |
| D | CHANGES | 8018 NCONF_get_section, NCONF_get_string, NCONF_get_numbre
|