Searched refs:read_passphrase (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | readpass.c | 101 read_passphrase(const char *prompt, int flags) in read_passphrase() function 150 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF); in ask_permission()
|
/titanic_41/usr/src/cmd/ssh/ssh-add/ |
H A D | ssh-add.c | 160 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 D | readpass.h | 28 char *read_passphrase(const char *, int);
|
/titanic_41/usr/src/cmd/ssh/ssh-keygen/ |
H A D | ssh-keygen.c | 142 pass = read_passphrase(gettext("Enter passphrase: "), in load_identity() 751 read_passphrase(gettext("Enter old passphrase: "), in do_change_passphrase() 770 read_passphrase(gettext("Enter new passphrase (empty" in do_change_passphrase() 772 passphrase2 = read_passphrase(gettext("Enter same " in do_change_passphrase() 837 read_passphrase(gettext("Enter passphrase: "), in do_change_comment() 1131 read_passphrase(gettext("Enter passphrase (empty " in main() 1133 passphrase2 = read_passphrase(gettext("Enter same " in main()
|
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect2.c | 943 password = read_passphrase(prompt, 0); in userauth_passwd() 993 password = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 1002 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq() 1010 retype = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 1187 passphrase = read_passphrase(prompt, 0); in load_identity_file() 1391 response = read_passphrase(prompt, echo ? RP_ECHO : 0); in input_userauth_info_req()
|
H A D | sshconnect1.c | 270 passphrase = read_passphrase(buf, 0); in try_rsa_authentication() 900 response = read_passphrase(prompt, 0); in try_challenge_response_authentication() 937 password = read_passphrase(prompt, 0); in try_password_authentication()
|
H A D | sshconnect.c | 581 p = read_passphrase(msg, RP_ECHO); in confirm()
|
H A D | clientloop.c | 661 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); in process_cmdline()
|