Home
last modified time | relevance | path

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

/third_party/openssl/apps/
Dreq.c56 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
995 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1015 attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES); in make_REQ()
1016 if (attr_sect == NULL) { in make_REQ()
1020 attr_sk = NCONF_get_section(req_conf, attr_sect); in make_REQ()
1022 BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect); in make_REQ()
1036 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ()
1071 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, in prompt_info() argument
1196 if ((def = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()
1204 if ((value = NCONF_get_string(req_conf, attr_sect, buf)) in prompt_info()
[all …]