Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ts/
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()
317 char *policies = NCONF_get_string(conf, section, ENV_OTHER_POLICIES); in TS_CONF_set_policies()
349 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests()
[all …]
/third_party/openssl/apps/
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()
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS); 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()
611 req_exts = NCONF_get_string(req_conf, section, REQ_EXTENSIONS); in req_main()
691 keyout = NCONF_get_string(req_conf, section, KEYFILE); in req_main()
708 p = NCONF_get_string(req_conf, section, "encrypt_rsa_key"); in req_main()
[all …]
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()
639 f = NCONF_get_string(conf, section, ENV_CERTOPT); in ca_main()
651 f = NCONF_get_string(conf, section, ENV_EXTCOPY); in ca_main()
666 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR); in ca_main()
[all …]
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()
Dspkac.c186 spkstr = NCONF_get_string(conf, spksect, spkac); in spkac_main()
Dasn1parse.c329 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
Dsrp.c116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()
Dts.c374 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
Dx509.c688 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
Dcmp.c2097 if ((res = NCONF_get_string(src_conf, opt_item, name)) != NULL) in conf_get_string()
Ds_client.c2646 genstr = NCONF_get_string(cnf, "default", "asn1"); in s_client_main()
/third_party/openssl/crypto/conf/
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()
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()
/third_party/openssl/crypto/ct/
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()
/third_party/openssl/apps/lib/
Dapp_rand.c21 const char *randfile = NCONF_get_string(c, section, "RANDFILE");
Dapps.c425 if ((p = NCONF_get_string(conf, NULL, "oid_section")) == NULL) { in add_oid_section()
1678 char *p = NCONF_get_string(dbattr_conf, NULL, "unique_subject"); in load_index()
/third_party/openssl/test/
Dconf_include_test.c113 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
/third_party/openssl/ohos_lite/include/openssl/
Dconf.h122 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/third_party/openssl/include/openssl/
Dconf.h.in126 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
/third_party/openssl/crypto/x509/
Dv3_conf.c421 return NCONF_get_string(db, section, value); in nconf_get_string()
/third_party/openssl/util/
Dmissingcrypto.txt706 NCONF_get_string(3)
Dmissingcrypto111.txt786 NCONF_get_string(3)
Dlibcrypto.num2931 NCONF_get_string 2996 3_0_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES.md16176 NCONF_get_section, NCONF_get_string, NCONF_get_numbre