Lines Matching defs:text
49 {"out", OPT_OUT, '>', "Output file for encoded and/or text output"},
57 {"text", OPT_TEXT, '-', "Output key components in plaintext"},
59 "Output only public key components in text form"},
79 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1;
131 text = 1;
178 if (text && text_pub)
180 "Warning: The -text option is ignored with -text_pub\n");
185 /* -pubout and -text is the same as -text_pub */
186 if (!text_pub && pubout && text) {
187 text = 0;
191 private = (!noout && !pubout) || (text && !text_pub);
290 if (text || text_pub) {
312 } else if (text) {