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

/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dreadpass.c119 read_passphrase(const char *prompt, int flags) function
130 debug("read_passphrase: stdin is not a tty");
139 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
181 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
H A Dmisc.h127 char *read_passphrase(const char *, int);
H A Dssh-add.c187 pass = read_passphrase(msg, RP_ALLOW_STDIN);
266 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
325 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
328 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dsshconnect2.c919 password = read_passphrase(prompt, 0);
970 password = read_passphrase(prompt, 0);
979 password = read_passphrase(prompt, RP_ALLOW_EOF);
987 retype = read_passphrase(prompt, 0);
1033 password = read_passphrase(prompt, 0);
1373 passphrase = read_passphrase(prompt, 0);
1599 response = read_passphrase(prompt, echo ? RP_ECHO : 0);
H A Dsshconnect1.c398 passphrase = read_passphrase(buf, 0);
882 response = read_passphrase(prompt, 0);
919 password = read_passphrase(prompt, 0);
H A Dssh-keygen.c243 pass = read_passphrase("Enter passphrase: ",
1188 read_passphrase("Enter old passphrase: ",
1207 read_passphrase("Enter new passphrase (empty for no "
1209 passphrase2 = read_passphrase("Enter same passphrase again: ",
1304 passphrase = read_passphrase("Enter passphrase: ",
2280 read_passphrase("Enter passphrase (empty for no "
2282 passphrase2 = read_passphrase("Enter same passphrase again: ",
H A Dssh-pkcs11.c258 pin = read_passphrase(prompt, RP_ALLOW_EOF);
H A Dauth-pam.c999 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),
H A Dsshconnect.c613 p = read_passphrase(msg, RP_ECHO);
H A Dclientloop.c849 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);

Completed in 184 milliseconds