Lines Matching defs:pubout
72 {"pubout", OPT_PUBOUT, '-', "Output a public key"},
92 static int try_legacy_encoding(EVP_PKEY *pkey, int outformat, int pubout,
103 if (pubout == 2)
108 if (pubout == 2)
133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1;
181 pubout = 1;
187 pubout = 2;
228 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0;
338 if (pubout || pubin) {
348 if (pubout || pubin) {
349 if (pubout == 2)
367 if ((!pubout && !pubin)
368 || !try_legacy_encoding(pkey, outformat, pubout, out))