Home
last modified time | relevance | path

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

/external/openssh/
Dssh-add.c244 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file()
345 RP_ALLOW_STDIN)) == NULL) in update_card()
416 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
419 p2 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
Dmisc.h130 #define RP_ALLOW_STDIN 0x0002 macro
Dreadpass.c127 else if (flags & RP_ALLOW_STDIN) { in read_passphrase()
Dssh-keygen.c288 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN); in load_identity()
1266 RP_ALLOW_STDIN); in do_change_passphrase()
1289 "passphrase): ", RP_ALLOW_STDIN); in do_change_passphrase()
1291 RP_ALLOW_STDIN); in do_change_passphrase()
1391 RP_ALLOW_STDIN); in do_change_comment()
2670 "passphrase): ", RP_ALLOW_STDIN); in main()
2672 RP_ALLOW_STDIN); in main()
Dauth-pam.c984 RP_ALLOW_STDIN); in sshpam_tty_conv()