Lines Matching refs:pubin
94 * -pubin - Expect a public key in input file.
109 int pubin = 0, pubout = 0;
178 else if (strcmp(*argv,"-pubin") == 0)
179 pubin=1;
183 pubin = 2;
242 BIO_printf(bio_err," -pubin expect a public key in input file\n");
261 if(check && pubin) {
271 if (pubin)
274 if (pubin == 2)
374 if(pubout || pubin)
403 if(pubout || pubin)
419 else if (pubin || pubout)