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

/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c56 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
995 char *tmp, *dn_sect, *attr_sect; local
1015 attr_sect = NCONF_get_string(req_conf, SECTION, ATTRIBUTES);
1016 if (attr_sect == NULL) {
1020 attr_sk = NCONF_get_section(req_conf, attr_sect);
1022 BIO_printf(bio_err, "unable to get '%s' section\n", attr_sect);
1036 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1071 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1196 if ((def = NCONF_get_string(req_conf, attr_sect, buf))
1204 if ((value = NCONF_get_string(req_conf, attr_sect, bu
1069 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, int attribs, unsigned long chtype) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c54 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1074 char *tmp, *dn_sect, *attr_sect; local
1093 attr_sect = NCONF_get_string(req_conf, section, ATTRIBUTES);
1094 if (attr_sect == NULL) {
1097 attr_sk = NCONF_get_section(req_conf, attr_sect);
1099 BIO_printf(bio_err, "Unable to get '%s' section\n", attr_sect);
1113 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1128 STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect,
1250 if ((def = NCONF_get_string(req_conf, attr_sect, buf))
1258 if ((value = NCONF_get_string(req_conf, attr_sect, bu
1126 prompt_info(X509_REQ *req, STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, STACK_OF(CONF_VALUE) *attr_sk, const char *attr_sect, int attribs, unsigned long chtype) argument
[all...]

Completed in 282 milliseconds