Home
last modified time | relevance | path

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

/external/openssh/
Dssh-add.c245 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file()
345 RP_ALLOW_STDIN)) == NULL) in update_card()
421 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent()
424 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.c289 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN); in load_identity()
1259 RP_ALLOW_STDIN); in do_change_passphrase()
1280 "passphrase): ", RP_ALLOW_STDIN); in do_change_passphrase()
1282 RP_ALLOW_STDIN); in do_change_passphrase()
1376 RP_ALLOW_STDIN); in do_change_comment()
2612 "passphrase): ", RP_ALLOW_STDIN); in main()
2614 RP_ALLOW_STDIN); in main()
Dauth-pam.c984 RP_ALLOW_STDIN); in sshpam_tty_conv()