Searched refs:pubin (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dec.c96 int pubin = 0, pubout = 0, param_out = 0; local
182 else if (strcmp(*argv, "-pubin") == 0)
183 pubin = 1;
265 if (pubin)
270 if (pubin)
323 else if (pubin || pubout)
330 else if (pubin || pubout)
H A Drsa.c95 * -pubin - Expect a public key in input file.
110 int pubin = 0, pubout = 0; local
171 else if (strcmp(*argv, "-pubin") == 0)
172 pubin = 1;
234 " -pubin expect a public key in input file\n");
254 if (check && pubin) {
264 if (pubin)
344 if (pubout || pubin)
367 if (pubout || pubin)
H A Ddsa.c107 int pubin = 0, pubout = 0; local
175 else if (strcmp(*argv, "-pubin") == 0)
176 pubin = 1;
252 if (pubin)
301 if (pubin || pubout)
306 if (pubin || pubout)
/freebsd-9.3-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh470 openssl rsautl -pubin -inkey pub.ssl -verify \
/freebsd-9.3-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1102 openssl rsautl -pubin -inkey pub.ssl -verify \

Completed in 77 milliseconds