HomeSort by: relevance | last modified time | path
    Searched defs:dn_sect (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/
req.c 54 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1117 char *tmp, *dn_sect, *attr_sect; local
1123 dn_sect = app_conf_try_string(req_conf, section, DISTINGUISHED_NAME);
1124 if (dn_sect != NULL) {
1125 dn_sk = NCONF_get_section(req_conf, dn_sect);
1127 BIO_printf(bio_err, "Unable to get '%s' section\n", dn_sect);
1150 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1164 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1228 if ((def = app_conf_try_string(req_conf, dn_sect, buf)) == NULL)
1233 if ((value = app_conf_try_string(req_conf, dn_sect, buf)) == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 53 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1074 char *tmp, *dn_sect, *attr_sect; local
1082 dn_sect = NCONF_get_string(req_conf, section, DISTINGUISHED_NAME);
1083 if (dn_sect == NULL) {
1086 dn_sk = NCONF_get_section(req_conf, dn_sect);
1088 BIO_printf(bio_err, "Unable to get '%s' section\n", dn_sect);
1113 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1127 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1192 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1199 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL)
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 55 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
995 char *tmp, *dn_sect, *attr_sect; local
1003 dn_sect = NCONF_get_string(req_conf, SECTION, DISTINGUISHED_NAME);
1004 if (dn_sect == NULL) {
1009 dn_sk = NCONF_get_section(req_conf, dn_sect);
1011 BIO_printf(bio_err, "unable to get '%s' section\n", dn_sect);
1036 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1070 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1136 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1143 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL)
    [all...]

Completed in 27 milliseconds