Home
last modified time | relevance | path

Searched refs:read_passphrase (Results 1 – 10 of 10) sorted by relevance

/external/openssh/
Dreadpass.c119 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()
Dssh-add.c240 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()
Dsshconnect1.c277 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()
Dmisc.h142 char *read_passphrase(const char *, int);
Dsshconnect2.c909 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()
Dssh-keygen.c291 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()
Dssh-pkcs11.c268 pin = read_passphrase(prompt, RP_ALLOW_EOF); in pkcs11_rsa_private_encrypt()
Dclientloop.c917 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); in process_cmdline()
2291 response = read_passphrase("Accept updated hostkeys? " in update_known_hosts()
Dauth-pam.c1004 read_passphrase(PAM_MSG_MEMBER(msg, i, msg), in sshpam_tty_conv()
Dsshconnect.c696 p = read_passphrase(msg, RP_ECHO); in confirm()