Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh-add/
H A Dssh-add.c160 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file()
240 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
243 p2 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
/titanic_41/usr/src/cmd/ssh/include/
H A Dreadpass.h24 #define RP_ALLOW_STDIN 0x0002 macro
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c143 RP_ALLOW_STDIN); in load_identity()
752 RP_ALLOW_STDIN); in do_change_passphrase()
771 " for no passphrase): "), RP_ALLOW_STDIN); in do_change_passphrase()
773 "passphrase again: "), RP_ALLOW_STDIN); in do_change_passphrase()
838 RP_ALLOW_STDIN); in do_change_comment()
1132 "for no passphrase): "), RP_ALLOW_STDIN); in main()
1134 "passphrase again: "), RP_ALLOW_STDIN); in main()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c107 if (flags & RP_ALLOW_STDIN) { in read_passphrase()