Home
last modified time | relevance | path

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

/src/crypto/openssl/apps/
H A Dreq.c55 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1117 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1132 attr_sect = app_conf_try_string(req_conf, section, ATTRIBUTES); in make_REQ()
1133 if (attr_sect != NULL) { in make_REQ()
1134 attr_sk = NCONF_get_section(req_conf, attr_sect); in make_REQ()
1136 BIO_printf(bio_err, "Unable to get '%s' section\n", attr_sect); in make_REQ()
1150 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ()
1165 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, in prompt_info() argument
1278 def = app_conf_try_string(req_conf, attr_sect, buf); in prompt_info()
1284 value = app_conf_try_string(req_conf, attr_sect, buf); in prompt_info()
[all …]