Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/apps/
H A Drsa.c65 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
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 in rsa_main()
[all...]
H A Ddsa.c61 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
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()
[all...]
H A Dec.c42 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
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 || pubou in ec_main()
[all...]
H A Dpkey.c45 {"pubin", OPT_PUBIN, '-',
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/
H A Drsa.c65 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
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 in rsa_main()
[all...]
H A Ddsa.c61 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
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()
[all...]
H A Dec.c42 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"},
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 || pubou in ec_main()
[all...]
H A Dpkey.c45 {"pubin", OPT_PUBIN, '-',
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/mbedtls/tests/data_files/
H A DMakefile641 $(OPENSSL) rsa -pubin -in $< -outform DER -pubout -out $@
1306 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1310 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1314 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1318 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1322 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1326 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1330 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1334 $(OPENSSL) ec -pubin -in $< -out $@ -conv_form compressed
1373 $(OPENSSL) pkey -pubin
[all...]

Completed in 6 milliseconds