Lines Matching defs:text
59 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
62 static int add_DN_object(X509_NAME *n, char *text, const char *def,
66 static int build_data(char *text, const char *def, char *value,
116 {"reqopt", OPT_REQOPT, 's', "Various request text options"},
117 {"text", OPT_TEXT, '-', "Text form of request"},
263 int modulus = 0, multirdn = 1, verify = 0, noout = 0, text = 0;
403 text = 1;
942 if (noout && !text && !modulus && !subject && !pubkey) {
964 if (text) {
1358 static int add_DN_object(X509_NAME *n, char *text, const char *def,
1365 ret = build_data(text, def, value, n_min, n_max, buf, sizeof(buf),
1378 static int add_attribute_object(X509_REQ *req, char *text, const char *def,
1385 ret = build_data(text, def, value, n_min, n_max, buf, sizeof(buf),
1400 static int build_data(char *text, const char *def, char *value,
1407 BIO_printf(bio_err, "%s [%s]:", text, def);