Home
last modified time | relevance | path

Searched refs:pubin (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
Drsa.c133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; in rsa_main() local
178 pubin = 1; in rsa_main()
184 pubin = 2; in rsa_main()
228 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0; in rsa_main()
234 if (check && pubin) { in rsa_main()
239 if (pubin) { in rsa_main()
242 if (pubin == 2) { in rsa_main()
270 assert(pubin || private); in rsa_main()
271 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0) in rsa_main()
272 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) { in rsa_main()
[all …]
Ddsa.c87 int modulus = 0, pubin = 0, pubout = 0, ret = 1; in dsa_main() local
148 pubin = 1; in dsa_main()
172 private = pubin || pubout ? 0 : 1; in dsa_main()
173 if (text && !pubin) in dsa_main()
182 if (pubin) in dsa_main()
202 assert(pubin || private); in dsa_main()
203 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0) in dsa_main()
204 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) { in dsa_main()
236 if (pubin) { in dsa_main()
247 if (pubout || pubin) in dsa_main()
[all …]
Dec.c77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local
119 pubin = 1; in ec_main()
168 private = param_out || pubin || pubout ? 0 : 1; in ec_main()
169 if (text && !pubin) in ec_main()
179 if (pubin) in ec_main()
221 assert(pubin || private); in ec_main()
222 if ((pubin && EVP_PKEY_print_public(out, eckey, 0, NULL) <= 0) in ec_main()
223 || (!pubin && EVP_PKEY_print_private(out, eckey, 0, NULL) <= 0)) { in ec_main()
250 } else if (pubin || pubout) { in ec_main()
Dpkey.c79 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1; in pkey_main() local
122 pubin = pubout = 1; in pkey_main()
217 if (pubin) in pkey_main()
253 if (check && !pubin) in pkey_main()
/third_party/openssl/apps/
Drsa.c133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; in rsa_main() local
178 pubin = 1; in rsa_main()
184 pubin = 2; in rsa_main()
228 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0; in rsa_main()
234 if (check && pubin) { in rsa_main()
239 if (pubin) { in rsa_main()
242 if (pubin == 2) { in rsa_main()
270 assert(pubin || private); in rsa_main()
271 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0) in rsa_main()
272 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) { in rsa_main()
[all …]
Ddsa.c87 int modulus = 0, pubin = 0, pubout = 0, ret = 1; in dsa_main() local
148 pubin = 1; in dsa_main()
172 private = pubin || pubout ? 0 : 1; in dsa_main()
173 if (text && !pubin) in dsa_main()
182 if (pubin) in dsa_main()
202 assert(pubin || private); in dsa_main()
203 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0) in dsa_main()
204 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) { in dsa_main()
236 if (pubin) { in dsa_main()
247 if (pubout || pubin) in dsa_main()
[all …]
Dec.c77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local
119 pubin = 1; in ec_main()
168 private = param_out || pubin || pubout ? 0 : 1; in ec_main()
169 if (text && !pubin) in ec_main()
179 if (pubin) in ec_main()
221 assert(pubin || private); in ec_main()
222 if ((pubin && EVP_PKEY_print_public(out, eckey, 0, NULL) <= 0) in ec_main()
223 || (!pubin && EVP_PKEY_print_private(out, eckey, 0, NULL) <= 0)) { in ec_main()
250 } else if (pubin || pubout) { in ec_main()
Dpkey.c79 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1; in pkey_main() local
122 pubin = pubout = 1; in pkey_main()
217 if (pubin) in pkey_main()
253 if (check && !pubin) in pkey_main()
/third_party/openssl/test/recipes/
D90-test_store.t146 my @pubin = $_ =~ m|pub\.pem$| ? ("-pubin") : ();
148 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
151 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
154 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
156 ok(run(app(["openssl", "rsa", "-text", "-noout", @pubin,
/third_party/openssl/doc/man1/
Dopenssl-rsa.pod.in39 [B<-pubin>]
122 =item B<-pubin>
135 Like B<-pubin> and B<-pubout> except B<RSAPublicKey> format is used instead.
Dopenssl-rsautl.pod.in18 [B<-pubin>]
77 =item B<-pubin>
197 openssl rsautl -in sig -verify -asn1parse -inkey pubkey.pem -pubin
Dopenssl-dsa.pod.in37 [B<-pubin>]
116 =item B<-pubin>
Dopenssl-ec.pod.in28 [B<-pubin>]
107 =item B<-pubin>
Dopenssl-pkey.pod.in22 [B<-pubin>]
89 =item B<-pubin>
Dopenssl-pkeyutl.pod.in22 [B<-pubin>]
109 =item B<-pubin>
/third_party/curl/tests/certs/scripts/
Dgenserv.sh140 $OPENSSL pkey -pubin -outform der | $OPENSSL dgst -sha256 -binary | \
/third_party/mbedtls/tests/data_files/
DMakefile530 $(OPENSSL) rsa -pubin -in $< -outform DER -pubout -out $@
1171 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1175 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1179 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1183 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1187 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1191 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1195 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1199 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1238 $(OPENSSL) pkey -pubin -in $< -out $@ -outform DER
[all …]
/third_party/node/deps/openssl/openssl/
DCHANGES.md17563 * Add -pubin and -pubout options to the rsa and dsa commands. These allow
/third_party/openssl/
DCHANGES.md17501 * Add -pubin and -pubout options to the rsa and dsa commands. These allow