Searched refs:NCONF_get_string (Results 1 – 5 of 5) sorted by relevance
| /crypto/ts/ |
| A D | ts_conf.c | 138 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section() 149 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial() 169 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() 213 cert = NCONF_get_string(conf, section, ENV_SIGNER_CERT); in TS_CONF_set_signer_cert() 238 if ((certs = NCONF_get_string(conf, section, ENV_CERTS)) == NULL) in TS_CONF_set_certs() 259 key = NCONF_get_string(conf, section, ENV_SIGNER_KEY); in TS_CONF_set_signer_key() 281 md = NCONF_get_string(conf, section, ENV_SIGNER_DIGEST); in TS_CONF_set_signer_digest() 306 policy = NCONF_get_string(conf, section, ENV_DEFAULT_POLICY); in TS_CONF_set_def_policy() 361 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); in TS_CONF_set_digests() 400 char *accuracy = NCONF_get_string(conf, section, ENV_ACCURACY); in TS_CONF_set_accuracy() [all …]
|
| /crypto/conf/ |
| A 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() 301 char *NCONF_get_string(const CONF *conf, const char *group, const char *name) in NCONF_get_string() function 344 str = NCONF_get_string(conf, group, name); in NCONF_get_number_e()
|
| A D | conf_mod.c | 147 vsection = NCONF_get_string(cnf, NULL, appname); in CONF_modules_load() 150 vsection = NCONF_get_string(cnf, NULL, "openssl_conf"); in CONF_modules_load()
|
| /crypto/ct/ |
| A D | ct_log.c | 143 const char *description = NCONF_get_string(conf, section, "description"); in ctlog_new_from_conf() 151 pkey_base64 = NCONF_get_string(conf, section, "key"); in ctlog_new_from_conf() 233 enabled_logs = NCONF_get_string(load_ctx->conf, NULL, "enabled_logs"); in CTLOG_STORE_load_file()
|
| /crypto/x509/ |
| A D | v3_conf.c | 439 return NCONF_get_string(db, section, value); in nconf_get_string()
|
Completed in 31 milliseconds