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

/macosx-10.10/OpenSSH-189/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.h102 char *read_passphrase(const char *, int);
H A Dssh-add.c237 pass = read_passphrase(msg, RP_ALLOW_STDIN);
323 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
382 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
385 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dsshconnect1.c273 passphrase = read_passphrase(buf, 0);
431 response = read_passphrase(prompt, 0);
468 password = read_passphrase(prompt, 0);
H A Dsshconnect2.c1000 password = read_passphrase(prompt, 0);
1051 password = read_passphrase(prompt, 0);
1060 password = read_passphrase(prompt, RP_ALLOW_EOF);
1068 retype = read_passphrase(prompt, 0);
1114 password = read_passphrase(prompt, 0);
1459 passphrase = read_passphrase(prompt, 0);
1711 response = read_passphrase(prompt, echo ? RP_ECHO : 0);
H A Dssh-keygen.c256 pass = read_passphrase("Enter passphrase: ",
1241 read_passphrase("Enter old passphrase: ",
1260 read_passphrase("Enter new passphrase (empty for no "
1262 passphrase2 = read_passphrase("Enter same passphrase again: ",
1356 passphrase = read_passphrase("Enter passphrase: ",
2600 read_passphrase("Enter passphrase (empty for no "
2602 passphrase2 = read_passphrase("Enter same passphrase again: ",
H A Dssh-pkcs11.c264 pin = read_passphrase(prompt, RP_ALLOW_EOF);
H A Dauth-pam.c984 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),
H A Dsshconnect.c606 p = read_passphrase(msg, RP_ECHO);
H A Dclientloop.c952 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);

Completed in 138 milliseconds