Home
last modified time | relevance | path

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

/openssl/apps/
H A Dreq.c55 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1082 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1097 attr_sect = app_conf_try_string(req_conf, section, ATTRIBUTES); in make_REQ()
1098 if (attr_sect != NULL) { in make_REQ()
1099 attr_sk = NCONF_get_section(req_conf, attr_sect); in make_REQ()
1101 BIO_printf(bio_err, "Unable to get '%s' section\n", attr_sect); in make_REQ()
1115 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ()
1244 def = app_conf_try_string(req_conf, attr_sect, buf); in prompt_info()
1250 value = app_conf_try_string(req_conf, attr_sect, buf); in prompt_info()
1254 if (!app_conf_try_number(req_conf, attr_sect, buf, &n_min)) in prompt_info()
[all …]

Completed in 7 milliseconds