Lines Matching refs:dn_sect
54 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect,
1082 char *tmp, *dn_sect, *attr_sect; in make_REQ() local
1088 dn_sect = app_conf_try_string(req_conf, section, DISTINGUISHED_NAME); in make_REQ()
1089 if (dn_sect != NULL) { in make_REQ()
1090 dn_sk = NCONF_get_section(req_conf, dn_sect); in make_REQ()
1092 BIO_printf(bio_err, "Unable to get '%s' section\n", dn_sect); in make_REQ()
1115 i = prompt_info(req, dn_sk, dn_sect, attr_sk, attr_sect, attribs, in make_REQ()
1129 STACK_OF(CONF_VALUE) *dn_sk, const char *dn_sect, in prompt_info() argument
1194 if ((def = app_conf_try_string(req_conf, dn_sect, buf)) == NULL) in prompt_info()
1199 if ((value = app_conf_try_string(req_conf, dn_sect, buf)) == NULL) in prompt_info()
1204 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_min)) in prompt_info()
1209 if (!app_conf_try_number(req_conf, dn_sect, buf, &n_max)) in prompt_info()