Searched refs:read_passphrase (Results 1 – 10 of 10) sorted by relevance
/external/openssh/ |
D | readpass.c | 119 read_passphrase(const char *prompt, int flags) in read_passphrase() function 180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF); in ask_permission()
|
D | ssh-add.c | 244 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file() 344 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ", 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()
|
D | sshconnect1.c | 277 passphrase = read_passphrase(buf, 0); in try_rsa_authentication() 435 response = read_passphrase(prompt, 0); in try_challenge_response_authentication() 472 password = read_passphrase(prompt, 0); in try_password_authentication()
|
D | misc.h | 134 char *read_passphrase(const char *, int);
|
D | sshconnect2.c | 891 password = read_passphrase(prompt, 0); in userauth_passwd() 942 password = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 951 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq() 959 retype = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 1146 passphrase = read_passphrase(prompt, 0); in load_identity_file() 1445 response = read_passphrase(prompt, echo ? RP_ECHO : 0); in input_userauth_info_req()
|
D | ssh-keygen.c | 288 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN); in load_identity() 1265 read_passphrase("Enter old passphrase: ", in do_change_passphrase() 1288 read_passphrase("Enter new passphrase (empty for no " in do_change_passphrase() 1290 passphrase2 = read_passphrase("Enter same passphrase again: ", in do_change_passphrase() 1390 passphrase = read_passphrase("Enter passphrase: ", in do_change_comment() 2669 read_passphrase("Enter passphrase (empty for no " in main() 2671 passphrase2 = read_passphrase("Enter same passphrase again: ", in main()
|
D | ssh-pkcs11.c | 263 pin = read_passphrase(prompt, RP_ALLOW_EOF); in pkcs11_rsa_private_encrypt()
|
D | clientloop.c | 883 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); in process_cmdline() 2205 response = read_passphrase("Accept updated hostkeys? " in update_known_hosts()
|
D | auth-pam.c | 983 read_passphrase(PAM_MSG_MEMBER(msg, i, msg), in sshpam_tty_conv()
|
D | sshconnect.c | 694 p = read_passphrase(msg, RP_ECHO); in confirm()
|