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

/freebsd-13-stable/crypto/openssl/apps/
H A Drsa.c41 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
73 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; local
115 pubin = 1;
121 pubin = 2;
155 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0;
161 if (check && pubin) {
169 if (pubin) {
171 if (pubin == 2) {
200 assert(pubin || private);
244 if (pubout || pubin) {
[all...]
H A Ddsa.c43 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
69 int i, modulus = 0, pubin = 0, pubout = 0, ret = 1; local
128 pubin = 1;
143 private = pubin || pubout ? 0 : 1;
144 if (text && !pubin)
156 if (pubin)
177 assert(pubin || private);
199 if (pubin || pubout) {
206 if (pubin || pubout) {
222 if (pubin) {
[all...]
H A Dec.c51 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
80 int pubin = 0, pubout = 0, param_out = 0, i, ret = 1, private = 0; local
119 pubin = 1;
161 private = param_out || pubin || pubout ? 0 : 1;
162 if (text && !pubin)
178 if (pubin)
184 if (pubin)
193 if (pubin)
220 assert(pubin || private);
246 } else if (pubin || pubou
[all...]
H A Dpkey.c33 {"pubin", OPT_PUBIN, '-',
60 int pubin = 0, pubout = 0, pubtext = 0, text = 0, noout = 0, ret = 1; local
99 pubin = pubout = pubtext = 1;
144 if (pubin)
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh491 openssl rsautl -pubin -inkey pub.ssl -verify \
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1180 openssl rsautl -pubin -inkey pub.ssl -verify \

Completed in 69 milliseconds