Lines Matching defs:dn_sect
53 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1072 char *tmp, *dn_sect, *attr_sect;
1080 dn_sect = NCONF_get_string(req_conf, section, DISTINGUISHED_NAME);
1081 if (dn_sect == NULL) {
1084 dn_sk = NCONF_get_section(req_conf, dn_sect);
1086 BIO_printf(bio_err, "Unable to get '%s' section\n", dn_sect);
1111 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs,
1125 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1190 if ((def = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1197 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1204 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_min)) {
1211 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) {