Home
last modified time | relevance | path

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

12

/freebsd-14.2/crypto/openssl/crypto/ts/
H A Dts_conf.c126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section()
137 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial()
157 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device()
201 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT); in TS_CONF_set_signer_cert()
226 if ((certs = NCONF_get_string(conf, section, ENV_CERTS)) == NULL) in TS_CONF_set_certs()
247 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY); in TS_CONF_set_signer_key()
269 md = NCONF_get_string(conf, section, ENV_SIGNER_DIGEST); in TS_CONF_set_signer_digest()
294 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY); in TS_CONF_set_def_policy()
349 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests()
388 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy()
[all …]
/freebsd-14.2/crypto/openssl/apps/
H A Dreq.c514 p = NCONF_get_string(req_conf, NULL, "oid_file"); in req_main()
542 p = NCONF_get_string(req_conf, section, "default_md"); in req_main()
581 NCONF_get_string(req_conf, section, "input_password"); in req_main()
588 NCONF_get_string(req_conf, section, "output_password"); in req_main()
593 p = NCONF_get_string(req_conf, section, STRING_MASK); in req_main()
603 p = NCONF_get_string(req_conf, section, UTF8_IN); in req_main()
695 keyout = NCONF_get_string(req_conf, section, KEYFILE); in req_main()
712 p = NCONF_get_string(req_conf, section, "encrypt_rsa_key"); in req_main()
715 p = NCONF_get_string(req_conf, section, "encrypt_key"); in req_main()
1076 tmp = NCONF_get_string(req_conf, section, PROMPT); in make_REQ()
[all …]
H A Dca.c513 p = NCONF_get_string(conf, NULL, "oid_file"); in ca_main()
533 f = NCONF_get_string(conf, section, STRING_MASK); in ca_main()
543 f = NCONF_get_string(conf, section, UTF8_IN); in ca_main()
551 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT); in ca_main()
618 f = NCONF_get_string(conf, BASE_SECTION, ENV_PRESERVE); in ca_main()
623 f = NCONF_get_string(conf, BASE_SECTION, ENV_MSIE_HACK); in ca_main()
629 f = NCONF_get_string(conf, section, ENV_NAMEOPT); in ca_main()
641 f = NCONF_get_string(conf, section, ENV_CERTOPT); in ca_main()
653 f = NCONF_get_string(conf, section, ENV_EXTCOPY); in ca_main()
1160 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT); in ca_main()
[all …]
H A Dfipsinstall.c248 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_VERSION); in verify_config()
253 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_MODULE_MAC); in verify_config()
266 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_STATUS); in verify_config()
271 s = NCONF_get_string(conf, section, OSSL_PROV_FIPS_PARAM_INSTALL_MAC); in verify_config()
H A Dspkac.c186 spkstr = NCONF_get_string(conf, spksect, spkac); in spkac_main()
H A Dasn1parse.c330 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
H A Dsrp.c116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()
H A Dts.c374 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
H A Dx509.c688 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
H A Dcmp.c2149 if ((res = NCONF_get_string(src_conf, opt_item, name)) != NULL) in conf_get_string()
H A Ds_client.c2646 genstr = NCONF_get_string(cnf, "default", "asn1"); in s_client_main()
/freebsd-14.2/crypto/openssl/crypto/conf/
H A Dconf_lib.c115 return NCONF_get_string(NULL, group, name); in CONF_get_string()
120 return NCONF_get_string(&ctmp, group, name); in CONF_get_string()
300 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) in NCONF_get_string() function
343 str = NCONF_get_string(conf, group, name); in NCONF_get_number_e()
H A Dconf_mod.c136 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load()
139 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()
/freebsd-14.2/crypto/openssl/crypto/ct/
H A Dct_log.c150 const char *description = NCONF_get_string(conf, section, "description"); in ctlog_new_from_conf()
158 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf()
243 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs"); in CTLOG_STORE_load_file()
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapp_rand.c21 const char *randfile = NCONF_get_string(c, section, "RANDFILE");
H A Dapps.c426 if ((p = NCONF_get_string(conf, NULL, "oid_section")) == NULL) { in add_oid_section()
1681 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); in load_index()
/freebsd-14.2/crypto/openssl/test/
H A Dconf_include_test.c113 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dconf.h163 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
H A Dconf.h.in126 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/freebsd-14.2/usr.sbin/uefisign/
H A Duefisign.c190 str = NCONF_get_string(cnf, "default", "asn1"); in magic()
/freebsd-14.2/crypto/openssl/crypto/x509/
H A Dv3_conf.c421 return NCONF_get_string(db, section, value); in nconf_get_string()
/freebsd-14.2/crypto/openssl/util/
H A Dmissingcrypto.txt637 NCONF_get_string(3)
H A Dmissingcrypto111.txt786 NCONF_get_string(3)
H A Dlibcrypto.num2931 NCONF_get_string 2996 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map1913 NCONF_get_string;

12