Home | History | Annotate | Download | only in apps

Lines Matching defs:out

43 	char *passwd, BIO *out, int quiet, int table, int reverse,
70 BIO *in = NULL, *out = NULL;
84 out = BIO_new(BIO_s_file());
85 if (out == NULL)
87 BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
91 out = BIO_push(tmpbio, out);
245 if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
274 if (!do_passwd(passed_salt, &salt, &salt_malloc, passwd, out,
292 if (out)
293 BIO_free_all(out);
418 char *passwd, BIO *out, int quiet, int table, int reverse,
495 BIO_printf(out, "%s\t%s\n", passwd, hash);
497 BIO_printf(out, "%s\t%s\n", hash, passwd);
499 BIO_printf(out, "%s\n", hash);