Home
last modified time | relevance | path

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

/external/openssh/
Dssh-add.c240 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file()
341 RP_ALLOW_STDIN)) == NULL) in update_card()
417 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
420 p2 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
Dmisc.h138 #define RP_ALLOW_STDIN 0x0002 macro
Dreadpass.c127 else if (flags & RP_ALLOW_STDIN) { in read_passphrase()
Dssh-keygen.c291 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN); in load_identity()
1311 RP_ALLOW_STDIN); in do_change_passphrase()
1332 "passphrase): ", RP_ALLOW_STDIN); in do_change_passphrase()
1334 RP_ALLOW_STDIN); in do_change_passphrase()
1428 RP_ALLOW_STDIN); in do_change_comment()
2693 "passphrase): ", RP_ALLOW_STDIN); in main()
2695 RP_ALLOW_STDIN); in main()
Dauth-pam.c1005 RP_ALLOW_STDIN); in sshpam_tty_conv()