/third_party/node/deps/openssl/openssl/apps/ |
H A D | rsa.c | 72 {"pubout", OPT_PUBOUT, '-', "Output a public key"}, 92 static int try_legacy_encoding(EVP_PKEY *pkey, int outformat, int pubout, in try_legacy_encoding() argument 103 if (pubout == 2) in try_legacy_encoding() 108 if (pubout == 2) in try_legacy_encoding() 133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; in rsa_main() local 181 pubout = 1; in rsa_main() 187 pubout = 2; in rsa_main() 228 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0; in rsa_main() 338 if (pubout || pubin) { in rsa_main() 348 if (pubout || pubi in rsa_main() [all...] |
H A D | pkey.c | 55 {"pubout", OPT_PUBOUT, '-', "Restrict encoded output to public components"}, 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() 125 pubout = 1; in pkey_main() 185 /* -pubout and -text is the same as -text_pub */ in pkey_main() 186 if (!text_pub && pubout && text) { in pkey_main() 191 private = (!noout && !pubout) || (text && !text_pub); in pkey_main() 273 if (pubout) { in pkey_main() 295 if (pubout) { in pkey_main()
|
H A D | dsa.c | 70 {"pubout", OPT_PUBOUT, '-', "Output public key, not private"}, 87 int modulus = 0, pubin = 0, pubout = 0, ret = 1; in dsa_main() local 151 pubout = 1; in dsa_main() 172 private = pubin || pubout ? 0 : 1; in dsa_main() 247 if (pubout || pubin) in dsa_main() 254 if (pubout || pubin) { in dsa_main()
|
H A D | ec.c | 56 {"pubout", OPT_PUBOUT, '-', "Output public key, not private"}, 77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local 122 pubout = 1; in ec_main() 168 private = param_out || pubin || pubout ? 0 : 1; in ec_main() 250 } else if (pubin || pubout) { in ec_main()
|
/third_party/openssl/apps/ |
H A D | rsa.c | 72 {"pubout", OPT_PUBOUT, '-', "Output a public key"}, 92 static int try_legacy_encoding(EVP_PKEY *pkey, int outformat, int pubout, in try_legacy_encoding() argument 103 if (pubout == 2) in try_legacy_encoding() 108 if (pubout == 2) in try_legacy_encoding() 133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; in rsa_main() local 181 pubout = 1; in rsa_main() 187 pubout = 2; in rsa_main() 228 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0; in rsa_main() 338 if (pubout || pubin) { in rsa_main() 348 if (pubout || pubi in rsa_main() [all...] |
H A D | pkey.c | 55 {"pubout", OPT_PUBOUT, '-', "Restrict encoded output to public components"}, 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() 125 pubout = 1; in pkey_main() 185 /* -pubout and -text is the same as -text_pub */ in pkey_main() 186 if (!text_pub && pubout && text) { in pkey_main() 191 private = (!noout && !pubout) || (text && !text_pub); in pkey_main() 273 if (pubout) { in pkey_main() 295 if (pubout) { in pkey_main()
|
H A D | dsa.c | 70 {"pubout", OPT_PUBOUT, '-', "Output public key, not private"}, 87 int modulus = 0, pubin = 0, pubout = 0, ret = 1; in dsa_main() local 151 pubout = 1; in dsa_main() 172 private = pubin || pubout ? 0 : 1; in dsa_main() 247 if (pubout || pubin) in dsa_main() 254 if (pubout || pubin) { in dsa_main()
|
H A D | ec.c | 56 {"pubout", OPT_PUBOUT, '-', "Output public key, not private"}, 77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; in ec_main() local 122 pubout = 1; in ec_main() 168 private = param_out || pubin || pubout ? 0 : 1; in ec_main() 250 } else if (pubin || pubout) { in ec_main()
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 637 $(OPENSSL) rsa -in $< -outform PEM -pubout -out $@ 641 $(OPENSSL) rsa -pubin -in $< -outform DER -pubout -out $@ 1270 $(OPENSSL) pkey -in $< -inform DER -outform PEM -pubout -out $@ 1342 $(OPENSSL) pkey -in $< -inform DER -out $@ -outform DER -pubout 1350 $(OPENSSL) pkey -in $< -inform DER -out $@ -pubout 1358 $(OPENSSL) pkey -in $< -inform DER -out $@ -outform DER -pubout 1366 $(OPENSSL) pkey -in $< -inform DER -out $@ -pubout
|