Lines Matching defs:pubin
61 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
87 int modulus = 0, pubin = 0, pubout = 0, ret = 1;
148 pubin = 1;
172 private = pubin || pubout ? 0 : 1;
173 if (text && !pubin)
182 if (pubin)
202 assert(pubin || private);
203 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0)
204 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) {
236 if (pubin) {
247 if (pubout || pubin)
254 if (pubout || pubin) {