Lines Matching refs:passout
58 {"passout", OPT_PASSOUT, 's', "Output file pass phrase source"},
74 char *passin = NULL, *passout = NULL, *passinarg = NULL, *passoutarg = NULL;
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));