Lines Matching defs:pubin
42 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0;
119 pubin = 1;
168 private = param_out || pubin || pubout ? 0 : 1;
169 if (text && !pubin)
179 if (pubin)
221 assert(pubin || private);
222 if ((pubin && EVP_PKEY_print_public(out, eckey, 0, NULL) <= 0)
223 || (!pubin && EVP_PKEY_print_private(out, eckey, 0, NULL) <= 0)) {
250 } else if (pubin || pubout) {