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 | 240 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file() 340 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ", 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()
|
D | sshconnect1.c | 277 passphrase = read_passphrase(buf, 0); in try_rsa_authentication() 442 response = read_passphrase(prompt, 0); in try_challenge_response_authentication() 479 password = read_passphrase(prompt, 0); in try_password_authentication()
|
D | misc.h | 142 char *read_passphrase(const char *, int);
|
D | sshconnect2.c | 909 password = read_passphrase(prompt, 0); in userauth_passwd() 960 password = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 969 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq() 977 retype = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 1247 passphrase = read_passphrase(prompt, 0); in load_identity_file() 1595 response = read_passphrase(prompt, echo ? RP_ECHO : 0); in input_userauth_info_req()
|
D | ssh-keygen.c | 291 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN); in load_identity() 1310 read_passphrase("Enter old passphrase: ", in do_change_passphrase() 1331 read_passphrase("Enter new passphrase (empty for no " in do_change_passphrase() 1333 passphrase2 = read_passphrase("Enter same passphrase again: ", in do_change_passphrase() 1427 passphrase = read_passphrase("Enter passphrase: ", in do_change_comment() 2692 read_passphrase("Enter passphrase (empty for no " in main() 2694 passphrase2 = read_passphrase("Enter same passphrase again: ", in main()
|
D | ssh-pkcs11.c | 268 pin = read_passphrase(prompt, RP_ALLOW_EOF); in pkcs11_rsa_private_encrypt()
|
D | clientloop.c | 917 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); in process_cmdline() 2291 response = read_passphrase("Accept updated hostkeys? " in update_known_hosts()
|
D | auth-pam.c | 1004 read_passphrase(PAM_MSG_MEMBER(msg, i, msg), in sshpam_tty_conv()
|
D | sshconnect.c | 696 p = read_passphrase(msg, RP_ECHO); in confirm()
|