Lines Matching defs:value
60 char *value, int nid, int n_min, int n_max,
63 char *value, int nid, int n_min, int n_max,
66 static int build_data(char *text, const char *def, char *value,
134 "Additional cert extension key=value pair (may be given more than once)"},
136 "Cert extension section (override value in config file)"},
138 "Request extension section (override value in config file)"},
151 {"pkeyopt", OPT_PKEYOPT, 's', "Public key options as opt:value"},
1134 char *type, *value;
1148 "For some fields there will be a default value,\n");
1197 if ((value = NCONF_get_string(req_conf, dn_sect, buf)) == NULL) {
1199 value = NULL;
1216 if (!add_DN_object(subj, v->value, def, value, nid,
1256 if ((value = NCONF_get_string(req_conf, attr_sect, buf))
1259 value = NULL;
1277 v->value, def, value, nid, n_min,
1337 (unsigned char *)v->value, -1, -1,
1351 (unsigned char *)v->value, -1))
1359 char *value, int nid, int n_min, int n_max,
1365 ret = build_data(text, def, value, n_min, n_max, buf, sizeof(buf),
1366 "DN value", "DN default");
1379 char *value, int nid, int n_min,
1385 ret = build_data(text, def, value, n_min, n_max, buf, sizeof(buf),
1386 "Attribute value", "Attribute default");
1400 static int build_data(char *text, const char *def, char *value,
1409 if (value != NULL) {
1410 if (!join(buf, buf_size, value, "\n", desc1))
1412 BIO_printf(bio_err, "%s\n", value);
1445 if (batch || value)