| /src/crypto/external/apache2/openssl/dist/apps/ |
| dsa.c | 73 { "pubin", OPT_PUBIN, '-', "Expect a public key in input file" }, 99 int modulus = 0, pubin = 0, pubout = 0, ret = 1; local 161 pubin = 1; 182 private = !pubin && (!pubout || text); 190 if (pubin) 210 assert(pubin || private); 211 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0) 212 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) { 244 if (pubin) { 255 if (pubout || pubin) [all...] |
| ec.c | 56 { "pubin", OPT_PUBIN, '-', "Expect a public key in input file" }, 91 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; local 134 pubin = 1; 180 private = !pubin && (text || (!param_out && !pubout)); 189 if (pubin) 231 assert(pubin || private); 232 if ((pubin && EVP_PKEY_print_public(out, eckey, 0, NULL) <= 0) 233 || (!pubin && EVP_PKEY_print_private(out, eckey, 0, NULL) <= 0)) { 260 } else if (pubin || pubout) {
|
| pkey.c | 59 { "pubin", OPT_PUBIN, '-', 93 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1; local 137 pubin = pubout = 1; 225 if (pubin) 265 if (check && !pubin)
|
| rsa.c | 80 { "pubin", OPT_PUBIN, '-', "Expect a public key in input file" }, 148 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; local 194 pubin = 1; 200 pubin = 2; 241 private = (text && !pubin) || (!pubout && !noout); 247 if (check && pubin) { 252 if (pubin) { 255 if (pubin == 2) { 283 assert(pubin || private); 284 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0 [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| dsa.c | 61 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"}, 87 int modulus = 0, pubin = 0, pubout = 0, ret = 1; local 148 pubin = 1; 172 private = pubin || pubout ? 0 : 1; 173 if (text && !pubin) 182 if (pubin) 202 assert(pubin || private); 203 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0) 204 || (!pubin && EVP_PKEY_print_private(out, pkey, 0, NULL) <= 0)) { 236 if (pubin) { [all...] |
| ec.c | 42 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"}, 77 int pubin = 0, pubout = 0, param_out = 0, ret = 1, private = 0; local 119 pubin = 1; 168 private = param_out || pubin || pubout ? 0 : 1; 169 if (text && !pubin) 179 if (pubin) 221 assert(pubin || private); 222 if ((pubin && EVP_PKEY_print_public(out, eckey, 0, NULL) <= 0) 223 || (!pubin && EVP_PKEY_print_private(out, eckey, 0, NULL) <= 0)) { 250 } else if (pubin || pubout) [all...] |
| pkey.c | 45 {"pubin", OPT_PUBIN, '-', 79 int pubin = 0, pubout = 0, text_pub = 0, text = 0, noout = 0, ret = 1; local 122 pubin = pubout = 1; 217 if (pubin) 253 if (check && !pubin)
|
| rsa.c | 65 {"pubin", OPT_PUBIN, '-', "Expect a public key in input file"}, 133 int noout = 0, modulus = 0, pubin = 0, pubout = 0, ret = 1; local 178 pubin = 1; 184 pubin = 2; 228 private = (text && !pubin) || (!pubout && !noout) ? 1 : 0; 234 if (check && pubin) { 239 if (pubin) { 242 if (pubin == 2) { 270 assert(pubin || private); 271 if ((pubin && EVP_PKEY_print_public(out, pkey, 0, NULL) <= 0 [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| dsa.c | 43 {"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...] |
| ec.c | 51 {"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 || pubout) [all...] |
| pkey.c | 33 {"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)
|
| rsa.c | 41 {"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...] |