Home
last modified time | relevance | path

Searched refs:NCONF_get_string (Results 1 – 16 of 16) sorted by relevance

/freebsd-10-stable/crypto/openssl/crypto/ts/
Dts_conf.c168 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/
Dreq.c497 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 …]
Dca.c599 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 …]
Dsrp.c483 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()
Dspkac.c250 spkstr = NCONF_get_string(conf, spksect, spkac); in MAIN()
Dasn1pars.c387 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
Dts.c410 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
Dx509.c510 extsect = NCONF_get_string(extconf, "default", "extensions"); in MAIN()
Dapps.c727 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/
Dconf_lib.c161 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()
Dconf_mod.c135 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()
Dconf.h170 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/freebsd-10-stable/usr.sbin/uefisign/
Duefisign.c191 str = NCONF_get_string(cnf, "default", "asn1"); in magic()
/freebsd-10-stable/crypto/openssl/crypto/x509v3/
Dv3_conf.c432 return NCONF_get_string(db, section, value); in nconf_get_string()
/freebsd-10-stable/crypto/openssl/util/
Dlibeay.num1786 NCONF_get_string 2280 EXIST::FUNCTION:
/freebsd-10-stable/crypto/openssl/
DCHANGES8018 NCONF_get_section, NCONF_get_string, NCONF_get_numbre