| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| gendsa.c | 35 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 51 char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog; local 95 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { 128 if (!PEM_write_bio_DSAPrivateKey(out, dsa, enc, NULL, 0, NULL, passout)) 139 OPENSSL_free(passout);
|
| pkey.c | 30 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 56 char *infile = NULL, *outfile = NULL, *passin = NULL, *passout = NULL; local 135 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 196 passout)) 200 NULL, 0, NULL, passout)) 240 OPENSSL_free(passout);
|
| genrsa.c | 45 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 66 char *outfile = NULL, *passoutarg = NULL, *passout = NULL; local 133 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { 160 cb_data.password = passout; 175 OPENSSL_free(passout);
|
| pkcs8.c | 47 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 74 char *passin = NULL, *passout = NULL, *p8pass = NULL; local 189 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 242 if (passout != NULL) { 243 p8pass = passout; 337 NULL, passout); 339 PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout); 356 OPENSSL_free(passout);
|
| dsa.c | 46 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 66 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 147 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 211 NULL, 0, NULL, passout); 233 i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout); 258 OPENSSL_free(passout);
|
| rsa.c | 43 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 70 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 157 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 262 enc, NULL, 0, NULL, passout); 284 i = i2b_PVK_bio(out, pk, pvk_encr, 0, passout); 309 OPENSSL_free(passout);
|
| ec.c | 56 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 76 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 165 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 260 NULL, 0, NULL, passout); 276 OPENSSL_free(passout);
|
| srp.c | 157 char *passout, int verbose) 165 cb_tmp.password = passout; 209 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 225 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; local 310 "-passin, -passout arguments only valid with one user.\n"); 314 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 435 passout, verbose))) { 518 passout, verbose))) { 601 OPENSSL_free(passout);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| ec.c | 72 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 88 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 182 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 276 if (passout != NULL) 277 /* When passout given, override the passphrase prompter */ 279 (const unsigned char *)passout, 280 strlen(passout)); 301 if (passout != NULL) 302 OPENSSL_clear_free(passout, strlen(passout)); [all...] |
| gendsa.c | 48 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 68 char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog; local 127 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { 161 if (!PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, passout)) { 176 OPENSSL_free(passout);
|
| dsa.c | 83 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 96 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 184 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 285 if (passout != NULL) 286 /* When passout given, override the passphrase prompter */ 288 (const unsigned char *)passout, 289 strlen(passout)); 317 OPENSSL_free(passout);
|
| pkcs8.c | 71 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 103 char *passin = NULL, *passout = NULL, *p8pass = NULL; local 233 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 286 if (passout != NULL) { 287 p8pass = passout; 383 NULL, passout); 385 PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout); 403 OPENSSL_free(passout);
|
| genrsa.c | 68 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 95 char *outfile = NULL, *passoutarg = NULL, *passout = NULL; local 181 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { 238 NULL, passout)) 241 if (!PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, passout)) 254 OPENSSL_free(passout);
|
| pkey.c | 66 { "passout", OPT_PASSOUT, 's', "Output PEM file pass phrase source" }, 89 char *infile = NULL, *outfile = NULL, *passin = NULL, *passout = NULL; local 212 "Warning: The -passout option is ignored without a cipher option\n"); 220 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 293 passout)) 297 NULL, 0, NULL, passout)) 341 OPENSSL_free(passout);
|
| rsa.c | 89 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 145 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 243 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 395 if (passout != NULL) 396 /* When passout given, override the passphrase prompter */ 398 (const unsigned char *)passout, 399 strlen(passout)); 426 OPENSSL_free(passout);
|
| srp.c | 160 char *passout, int verbose) 168 cb_tmp.password = passout; 233 { "passout", OPT_PASSOUT, 's', "Output file pass phrase source" }, 251 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; local 345 "-passin, -passout arguments only valid with one user.\n"); 349 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 466 passout, verbose))) { 543 passout, verbose))) { 626 OPENSSL_free(passout);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ec.c | 58 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 74 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 172 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 266 if (passout != NULL) 267 /* When passout given, override the passphrase prompter */ 269 (const unsigned char *)passout, 270 strlen(passout)); 291 if (passout != NULL) 292 OPENSSL_clear_free(passout, strlen(passout)); [all...] |
| gendsa.c | 42 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 61 char *outfile = NULL, *passoutarg = NULL, *passout = NULL, *prog; local 119 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { 153 if (!PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, passout)) { 168 OPENSSL_free(passout);
|
| dsa.c | 71 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 84 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 176 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 277 if (passout != NULL) 278 /* When passout given, override the passphrase prompter */ 280 (const unsigned char *)passout, 281 strlen(passout)); 309 OPENSSL_free(passout);
|
| pkcs8.c | 52 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 83 char *passin = NULL, *passout = NULL, *p8pass = NULL; local 209 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 263 if (passout != NULL) { 264 p8pass = passout; 358 NULL, passout); 360 PEM_write_bio_PrivateKey(out, pkey, NULL, NULL, 0, NULL, passout); 378 OPENSSL_free(passout);
|
| genrsa.c | 62 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 88 char *outfile = NULL, *passoutarg = NULL, *passout = NULL; local 173 if (!app_passwd(NULL, passoutarg, NULL, &passout)) { 229 NULL, passout)) 232 if (!PEM_write_bio_PrivateKey(out, pkey, enc, NULL, 0, NULL, passout)) 245 OPENSSL_free(passout);
|
| pkey.c | 52 {"passout", OPT_PASSOUT, 's', "Output PEM file pass phrase source"}, 75 char *infile = NULL, *outfile = NULL, *passin = NULL, *passout = NULL; local 200 "Warning: The -passout option is ignored without a cipher option\n"); 208 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 281 passout)) 285 NULL, 0, NULL, passout)) 329 OPENSSL_free(passout);
|
| rsa.c | 74 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 130 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL; local 230 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 382 if (passout != NULL) 383 /* When passout given, override the passphrase prompter */ 385 (const unsigned char *)passout, 386 strlen(passout)); 413 OPENSSL_free(passout);
|
| srp.c | 161 char *passout, int verbose) 169 cb_tmp.password = passout; 222 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"}, 240 char *passin = NULL, *passout = NULL, *gN = NULL, *userinfo = NULL; local 334 "-passin, -passout arguments only valid with one user.\n"); 338 if (!app_passwd(passinarg, passoutarg, &passin, &passout)) { 458 passout, verbose))) { 541 passout, verbose))) { 624 OPENSSL_free(passout);
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| gen-req.sh | 110 ${openssl} rsa -in test.key -aes256 -passout pass:foobar -out test-pw.key 111 ${openssl} rsa -in pkinit.key -aes256 -passout pass:foo -out pkinit-pw.key 125 -passout pass:foobar \ 135 -passout pass:foobar \ 148 -passout pass:foobar \
|