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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmisc.h98 #define RP_ALLOW_STDIN 0x0002 macro
H A Dssh-add.c237 pass = read_passphrase(msg, RP_ALLOW_STDIN);
323 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
382 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
385 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.c257 RP_ALLOW_STDIN);
1242 RP_ALLOW_STDIN);
1261 "passphrase): ", RP_ALLOW_STDIN);
1263 RP_ALLOW_STDIN);
1357 RP_ALLOW_STDIN);
2601 "passphrase): ", RP_ALLOW_STDIN);
2603 RP_ALLOW_STDIN);
H A Dauth-pam.c985 RP_ALLOW_STDIN);

Completed in 195 milliseconds