Searched refs:read_passphrase (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dreadpass.c119 read_passphrase(const char *prompt, int flags) function
129 debug("read_passphrase: stdin is not a tty");
138 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
180 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
H A Dmisc.h107 char *read_passphrase(const char *, int);
H A Dssh-add.c216 pass = read_passphrase(msg, RP_ALLOW_STDIN);
300 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ",
361 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
364 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dsshconnect1.c265 passphrase = read_passphrase(buf, 0);
423 response = read_passphrase(prompt, 0);
460 password = read_passphrase(prompt, 0);
H A Dsshconnect2.c901 password = read_passphrase(prompt, 0);
952 password = read_passphrase(prompt, 0);
961 password = read_passphrase(prompt, RP_ALLOW_EOF);
969 retype = read_passphrase(prompt, 0);
1156 passphrase = read_passphrase(prompt, 0);
1421 response = read_passphrase(prompt, echo ? RP_ECHO : 0);
H A Dssh-keygen.c267 pass = read_passphrase("Enter passphrase: ",
1257 read_passphrase("Enter old passphrase: ",
1276 read_passphrase("Enter new passphrase (empty for no "
1278 passphrase2 = read_passphrase("Enter same passphrase again: ",
1373 passphrase = read_passphrase("Enter passphrase: ",
2626 read_passphrase("Enter passphrase (empty for no "
2628 passphrase2 = read_passphrase("Enter same passphrase again: ",
H A Dssh-pkcs11.c263 pin = read_passphrase(prompt, RP_ALLOW_EOF);
H A Dssh_namespace.h513 #define read_passphrase ssh_read_passphrase macro
H A Dauth-pam.c983 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),
H A Dsshconnect.c717 p = read_passphrase(msg, RP_ECHO);
H A Dclientloop.c885 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);

Completed in 192 milliseconds