Home | History | Annotate | Download | only in apps

Lines Matching defs:pass

380 /* This is a context that we pass to callbacks */
477 BIO_printf(bio_err," -pass arg - private key file pass phrase source\n");
482 BIO_printf(bio_err," -dpass arg - second private key file pass phrase source\n");
722 /* This is a context that we pass to callbacks */
900 /* This is the context that we pass to next_proto_cb */
953 char *passarg = NULL, *pass = NULL;
1050 else if (strcmp(*argv,"-pass") == 0)
1387 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass))
1403 s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e,
1423 s_key2 = load_key(bio_err, s_key_file2, s_key_format, 0, pass, e,
1899 if (pass)
1900 OPENSSL_free(pass);