Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dreq.c54 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1074 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1093 attr_sect = NCONF_get_string(req_conf, section, ATTRIBUTES); in make_REQ()
1094 if (attr_sect == NULL) { in make_REQ()
1097 attr_sk = NCONF_get_section(req_conf, attr_sect); in make_REQ()
1099 BIO_printf(bio_err, "Unable to get '%s' section\n", attr_sect); in make_REQ()
1113 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ()
1250 if ((def = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()
1258 if ((value = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()
1266 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_min)) { in prompt_info()
[all …]