Searched refs:passin (Results 1 - 15 of 15) sorted by relevance

/external/openssl/apps/
H A Dpkey.c79 char *passin = NULL, *passout = NULL; local
118 else if (!strcmp(*args,"-passin"))
190 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
204 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout))
232 passin, e, "Public Key");
235 passin, e, "key");
278 if (passin)
279 OPENSSL_free(passin);
H A Dpkcs8.c86 char pass[50], *passin = NULL, *passout = NULL, *p8pass = NULL; local
168 else if (!strcmp(*args,"-passin"))
214 BIO_printf(bio_err, "-passin arg input file pass phrase source\n");
236 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout))
279 passin, e, "key");
365 if (passin)
366 p8pass = passin;
433 if (passin)
434 OPENSSL_free(passin);
H A Ddsa.c112 char *passin = NULL, *passout = NULL; local
159 else if (strcmp(*argv,"-passin") == 0)
210 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
244 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
275 passin, e, "Public Key");
278 passin, e, "Private Key");
365 if(passin) OPENSSL_free(passin);
H A Dec.c98 char *passin = NULL, *passout = NULL; local
144 else if (strcmp(*argv,"-passin") == 0)
217 BIO_printf(bio_err, " -passin arg input file pass "
257 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
297 passin);
393 if (passin)
394 OPENSSL_free(passin);
H A Drsautl.c102 char *passargin = NULL, *passin = NULL; local
136 } else if (!strcmp(*argv,"-passin")) {
191 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
202 passin, e, "Private Key");
316 if(passin) OPENSSL_free(passin);
340 BIO_printf (bio_err, "-passin arg pass phrase source\n");
H A Dspkac.c89 char *passargin = NULL, *passin = NULL; local
122 else if (strcmp(*argv,"-passin") == 0)
173 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
186 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL)) {
198 FORMAT_PEM, 1, passin, e, "private key");
305 if(passin) OPENSSL_free(passin);
H A Drsa.c112 char *passin = NULL, *passout = NULL; local
159 else if (strcmp(*argv,"-passin") == 0)
219 BIO_printf(bio_err," -passin arg input file pass phrase source\n");
256 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
287 passin, e, "Public Key");
293 passin, e, "Private Key");
439 if(passin) OPENSSL_free(passin);
H A Ddgst.c124 char *passargin = NULL, *passin = NULL; local
176 else if (!strcmp(*argv,"-passin"))
303 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL))
357 sigkey = load_key(bio_err, keyfile, keyform, 0, passin,
544 if (passin)
545 OPENSSL_free(passin);
H A Dpkeyutl.c159 else if (!strcmp(*argv,"-passin"))
409 BIO_printf(bio_err, "-passin arg pass phrase source\n");
419 char *passin = NULL; local
429 if(!app_passwd(bio_err, passargin, NULL, &passin, NULL))
438 passin, e, "Private Key");
505 if (passin)
506 OPENSSL_free(passin);
H A Dsmime.c109 char *passargin = NULL, *passin = NULL; local
230 else if (!strcmp(*args,"-passin"))
487 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
499 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
602 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
718 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
822 if (passin) OPENSSL_free(passin);
H A Dsrp.c97 " -passin arg input file pass phrase source\n",
213 const char *passin, BIO *bio, int verbose)
221 cb_tmp.password = passin;
277 char *passin = NULL, *passout = NULL; local
357 else if (strcmp(*argv,"-passin") == 0)
404 if ((passin || passout) && argc != 1 )
406 BIO_printf(bio_err,"-passin, -passout arguments only valid with one user.\n");
427 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout))
656 if (!srp_verify_user(user, row[DB_srpverifier], row[DB_srpsalt], irow ? irow[DB_srpsalt] : row[DB_srpgN], irow ? irow[DB_srpverifier] : NULL, passin, bio_err, verbose))
211 srp_verify_user(const char *user, const char *srp_verifier, char *srp_usersalt, const char *g, const char *N, const char *passin, BIO *bio, int verbose) argument
H A Dx509.c99 " -passin arg - private key password source\n",
206 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
295 else if (strcmp(*argv,"-passin") == 0)
508 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
962 passin, e, "Private key");
977 0, passin, e,
1003 passin, e, "request key");
1102 if (passin) OPENSSL_free(passin);
H A Dreq.c186 char *passin = NULL, *passout = NULL; local
282 else if (strcmp(*argv,"-passin") == 0)
421 BIO_printf(bio_err," -passin private key password source\n");
454 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
558 if(!passin)
560 passin = NCONF_get_string(req_conf, SECTION, "input_password");
561 if (!passin)
621 pkey = load_key(bio_err, keyfile, keyform, 0, passin, e,
1109 if(passargin && passin) OPENSSL_free(passin);
[all...]
H A Dcms.c129 char *passargin = NULL, *passin = NULL; local
365 else if (!strcmp(*args,"-passin"))
648 BIO_printf (bio_err, "-passin arg input file pass phrase source\n");
660 if (!app_passwd(bio_err, passargin, NULL, &passin, NULL))
776 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1011 key = load_key(bio_err, keyfile, keyform, 0, passin, e,
1220 if (passin) OPENSSL_free(passin);
H A Dpkcs12.c123 char *passin = NULL, *passout = NULL; local
238 } else if (!strcmp(*args,"-passin")) {
326 BIO_printf (bio_err, "-passin p input file pass phrase source\n");
348 if(!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
355 else cpass = passin;
445 FORMAT_PEM, 1, passin, e, "private key");
691 if(passin) OPENSSL_free(passin);

Completed in 1584 milliseconds