Home
last modified time | relevance | path

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

/external/openssh/
Dssh-add.c190 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file()
269 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN); in update_card()
328 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
331 p2 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
Dmisc.h98 #define RP_ALLOW_STDIN 0x0002 macro
Dreadpass.c127 else if (flags & RP_ALLOW_STDIN) { in read_passphrase()
Dssh-keygen.c248 RP_ALLOW_STDIN); in load_identity()
1199 RP_ALLOW_STDIN); in do_change_passphrase()
1218 "passphrase): ", RP_ALLOW_STDIN); in do_change_passphrase()
1220 RP_ALLOW_STDIN); in do_change_passphrase()
1314 RP_ALLOW_STDIN); in do_change_comment()
2293 "passphrase): ", RP_ALLOW_STDIN); in main()
2295 RP_ALLOW_STDIN); in main()
Dauth-pam.c984 RP_ALLOW_STDIN); in sshpam_tty_conv()