Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dreq.c53 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1074 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1082 dn_sect = NCONF_get_string(req_conf, section, DISTINGUISHED_NAME); in make_REQ()
1083 if (dn_sect == NULL) { in make_REQ()
1086 dn_sk = NCONF_get_section(req_conf, dn_sect); in make_REQ()
1088 BIO_printf(bio_err, "Unable to get '%s' section\n", dn_sect); in make_REQ()
1113 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ()
1127 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, in prompt_info() argument
1192 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) { in prompt_info()
1206 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) { in prompt_info()
[all …]