Home | History | Annotate | Download | only in apps

Lines Matching refs:BIO_printf

171 		BIO_printf(bio_err, "Usage: passwd [options] [passwords]\n");
172 BIO_printf(bio_err, "where options are\n");
174 BIO_printf(bio_err, "-crypt standard Unix password algorithm (default)\n");
177 BIO_printf(bio_err, "-1 MD5-based password algorithm\n");
178 BIO_printf(bio_err, "-apr1 MD5-based password algorithm, Apache variant\n");
180 BIO_printf(bio_err, "-salt string use provided salt\n");
181 BIO_printf(bio_err, "-in file read passwords from file\n");
182 BIO_printf(bio_err, "-stdin read passwords from stdin\n");
183 BIO_printf(bio_err, "-noverify never verify when reading password from terminal\n");
184 BIO_printf(bio_err, "-quiet no warnings\n");
185 BIO_printf(bio_err, "-table format output as table\n");
186 BIO_printf(bio_err, "-reverse switch table columns\n");
478 BIO_printf(bio_err, "Warning: truncating password to %u characters\n", (unsigned)pw_maxlen);
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);