Searched refs:RP_ALLOW_STDIN (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h101 #define RP_ALLOW_STDIN 0x0002 macro
H A Dssh-add.c215 pass = read_passphrase(msg, RP_ALLOW_STDIN);
298 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
357 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
360 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dreadpass.c115 * RP_ALLOW_STDIN is set, the passphrase will be read from stdin if no
127 else if (flags & RP_ALLOW_STDIN) {
H A Dssh-keygen.c252 RP_ALLOW_STDIN);
1237 RP_ALLOW_STDIN);
1256 "passphrase): ", RP_ALLOW_STDIN);
1258 RP_ALLOW_STDIN);
1352 RP_ALLOW_STDIN);
2596 "passphrase): ", RP_ALLOW_STDIN);
2598 RP_ALLOW_STDIN);
H A Dauth-pam.c982 RP_ALLOW_STDIN);

Completed in 81 milliseconds