/third_party/openssl/crypto/ts/ |
D | ts_conf.c | 126 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/ |
D | req.c | 514 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 …]
|
D | ca.c | 513 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 …]
|
D | fipsinstall.c | 248 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()
|
D | spkac.c | 186 spkstr = NCONF_get_string(conf, spksect, spkac); in spkac_main()
|
D | asn1parse.c | 329 genstr = NCONF_get_string(cnf, "default", "asn1"); in do_generate()
|
D | srp.c | 116 char *entry = NCONF_get_string(conf, section, tag); in lookup_conf()
|
D | ts.c | 374 p = NCONF_get_string(conf, NULL, ENV_OID_FILE); in load_config_file()
|
D | x509.c | 688 extsect = NCONF_get_string(extconf, "default", "extensions"); in x509_main()
|
D | cmp.c | 2097 if ((res = NCONF_get_string(src_conf, opt_item, name)) != NULL) in conf_get_string()
|
D | s_client.c | 2646 genstr = NCONF_get_string(cnf, "default", "asn1"); in s_client_main()
|
/third_party/openssl/crypto/conf/ |
D | conf_lib.c | 115 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()
|
D | conf_mod.c | 136 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/ |
D | ct_log.c | 150 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/ |
D | app_rand.c | 21 const char *randfile = NCONF_get_string(c, section, "RANDFILE");
|
D | apps.c | 425 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/ |
D | conf_include_test.c | 113 str = NCONF_get_string(conf, "req_distinguished_name", "countryName_default"); in test_load_config()
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | conf.h | 122 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
|
/third_party/openssl/include/openssl/ |
D | conf.h.in | 126 char *NCONF_get_string(const CONF *conf, const char *group, const char *name);
|
/third_party/openssl/crypto/x509/ |
D | v3_conf.c | 421 return NCONF_get_string(db, section, value); in nconf_get_string()
|
/third_party/openssl/util/ |
D | missingcrypto.txt | 706 NCONF_get_string(3)
|
D | missingcrypto111.txt | 786 NCONF_get_string(3)
|
D | libcrypto.num | 2931 NCONF_get_string 2996 3_0_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES.md | 16176 NCONF_get_section, NCONF_get_string, NCONF_get_numbre
|