Searched refs:pubin (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dmktestdata.sh11 openssl rsa -noout -text -pubin | \
/freebsd-11-stable/crypto/openssl/apps/
H A Ddsa.c107 int pubin = 0, pubout = 0; local
179 else if (strcmp(*argv, "-pubin") == 0)
180 pubin = 1;
266 if (pubin)
316 if (pubin || pubout)
321 if (pubin || pubout)
336 else if (pubin || pubout)
H A Dec.c96 int pubin = 0, pubout = 0, param_out = 0; local
183 else if (strcmp(*argv, "-pubin") == 0)
184 pubin = 1;
264 if (pubin)
269 if (pubin)
322 else if (pubin || pubout)
329 else if (pubin || pubout)
H A Dpkey.c78 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0; local
138 } else if (strcmp(*args, "-pubin") == 0) {
139 pubin = 1;
201 if (pubin)
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;
176 pubin = 2;
244 " -pubin expect a public key in input file\n");
262 if (check && pubin) {
272 if (pubin) {
274 if (pubin == 2) {
361 if (pubout || pubin) {
[all...]
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh491 openssl rsautl -pubin -inkey pub.ssl -verify \
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1180 openssl rsautl -pubin -inkey pub.ssl -verify \

Completed in 263 milliseconds