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

/freebsd-9.3-release/crypto/openssl/apps/
H A Dreq.c137 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect,
1154 char *tmp, *dn_sect, *attr_sect; local
1174 attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES);
1175 if (attr_sect == NULL) {
1179 attr_sk = NCONF_get_section(req_conf, attr_sect);
1181 BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect);
1196 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1232 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect,
1358 if ((def = NCONF_get_string(req_conf, attr_sect, buf))
1365 if ((value = NCONF_get_string(req_conf, attr_sect, bu
1230 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, unsigned long chtype) argument
[all...]

Completed in 41 milliseconds