/third_party/node/deps/openssl/openssl/apps/ |
D | rsa.c | 133 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 …]
|
D | dsa.c | 87 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 …]
|
D | ec.c | 77 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()
|
D | pkey.c | 79 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/ |
D | rsa.c | 133 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 …]
|
D | dsa.c | 87 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 …]
|
D | ec.c | 77 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()
|
D | pkey.c | 79 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/ |
D | 90-test_store.t | 146 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/ |
D | openssl-rsa.pod.in | 39 [B<-pubin>] 122 =item B<-pubin> 135 Like B<-pubin> and B<-pubout> except B<RSAPublicKey> format is used instead.
|
D | openssl-rsautl.pod.in | 18 [B<-pubin>] 77 =item B<-pubin> 197 openssl rsautl -in sig -verify -asn1parse -inkey pubkey.pem -pubin
|
D | openssl-dsa.pod.in | 37 [B<-pubin>] 116 =item B<-pubin>
|
D | openssl-ec.pod.in | 28 [B<-pubin>] 107 =item B<-pubin>
|
D | openssl-pkey.pod.in | 22 [B<-pubin>] 89 =item B<-pubin>
|
D | openssl-pkeyutl.pod.in | 22 [B<-pubin>] 109 =item B<-pubin>
|
/third_party/curl/tests/certs/scripts/ |
D | genserv.sh | 140 $OPENSSL pkey -pubin -outform der | $OPENSSL dgst -sha256 -binary | \
|
/third_party/mbedtls/tests/data_files/ |
D | Makefile | 530 $(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/ |
D | CHANGES.md | 17563 * Add -pubin and -pubout options to the rsa and dsa commands. These allow
|
/third_party/openssl/ |
D | CHANGES.md | 17501 * Add -pubin and -pubout options to the rsa and dsa commands. These allow
|