Home | History | Annotate | Download | only in apps

Lines Matching full:pass

344 	BIO_printf(bio_err," -pass arg     - private key file pass phrase source\n");
349 BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n");
566 /* This is a context that we pass to callbacks */
770 char *passarg = NULL, *pass = NULL;
864 else if (strcmp(*argv,"-pass") == 0)
1112 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass))
1128 s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e,
1148 s_key2 = load_key(bio_err, s_key_file2, s_key_format, 0, pass, e,
1554 if (pass)
1555 OPENSSL_free(pass);