Searched refs:read_passphrase (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh-add.c | 309 pass = read_passphrase(msg, RP_ALLOW_STDIN); in add_file() 474 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ", in update_card() 581 p1 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent() 584 p2 = read_passphrase(prompt, RP_ALLOW_STDIN); in lock_agent() 614 pass = read_passphrase("Enter PIN for authenticator: ", RP_ALLOW_STDIN); in load_resident_keys()
|
H A D | readpass.c | 123 read_passphrase(const char *prompt, int flags) in read_passphrase() function 210 p = read_passphrase(prompt, in ask_permission()
|
H A D | ssh-keygen.c | 330 pass = read_passphrase(prompt, RP_ALLOW_STDIN); in load_identity() 1464 read_passphrase("Enter old passphrase: ", in do_change_passphrase() 1484 read_passphrase("Enter new passphrase (empty for no " in do_change_passphrase() 1486 passphrase2 = read_passphrase("Enter same passphrase again: ", in do_change_passphrase() 1584 passphrase = read_passphrase("Enter passphrase: ", in do_change_comment() 1844 if ((pin = read_passphrase("Enter PIN for CA key: ", in do_ca_sign() 2629 if ((pin = read_passphrase(prompt, in sign_one() 3121 passphrase1 = read_passphrase(prompt1, RP_ALLOW_STDIN); in read_check_passphrase() 3122 passphrase2 = read_passphrase(prompt2, RP_ALLOW_STDIN); in read_check_passphrase() 3207 pin = read_passphrase("Enter PIN for authenticator: ", RP_ALLOW_STDIN); in do_download_sk() [all …]
|
H A D | misc.h | 243 char *read_passphrase(const char *, int);
|
H A D | sshconnect2.c | 1050 password = read_passphrase(prompt, 0); in userauth_passwd() 1105 password = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 1115 password = read_passphrase(prompt, RP_ALLOW_EOF); in input_userauth_passwd_changereq() 1124 retype = read_passphrase(prompt, 0); in input_userauth_passwd_changereq() 1265 pin = read_passphrase(prompt, 0); in identity_sign() 1541 passphrase = read_passphrase(prompt, 0); in load_identity_file() 1989 response = read_passphrase(display_prompt, echo ? RP_ECHO : 0); in input_userauth_info_req()
|
H A D | clientloop.c | 995 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO); in process_cmdline() 2275 response = read_passphrase("Accept updated hostkeys? " in update_known_hosts()
|
H A D | auth-pam.c | 1151 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),
|
H A D | ssh_namespace.h | 535 #define read_passphrase Fssh_read_passphrase macro
|
H A D | sshconnect.c | 586 cp = p = read_passphrase(msg, RP_ECHO); in confirm()
|
H A D | ssh-pkcs11.c | 265 if ((pin = read_passphrase(prompt, RP_ALLOW_EOF)) == NULL) { in pkcs11_login_slot()
|
H A D | ssh-agent.c | 972 pin = read_passphrase(prompt, RP_USE_ASKPASS); in process_sign_request2()
|