Searched defs:pubin (Results 1 - 4 of 4) sorted by relevance

/external/openssl/apps/
H A Dpkey.c77 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; local
153 else if (strcmp(*args,"-pubin") == 0)
155 pubin=1;
230 if (pubin)
H A Ddsa.c106 int pubin = 0, pubout = 0; local
188 else if (strcmp(*argv,"-pubin") == 0)
189 pubin=1;
273 if (pubin)
330 if(pubin || pubout) i=i2d_DSA_PUBKEY_bio(out,dsa);
333 if(pubin || pubout)
344 else if (pubin || pubout)
H A Dec.c95 int pubin = 0, pubout = 0, param_out = 0; local
193 else if (strcmp(*argv, "-pubin") == 0)
194 pubin=1;
285 if (pubin)
292 if (pubin)
357 else if (pubin || pubout)
366 else if (pubin || pubout)
H A Drsa.c94 * -pubin - Expect a public key in input file.
109 int pubin = 0, pubout = 0; local
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)
[all...]

Completed in 98 milliseconds