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

/freebsd-10-stable/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 Dssh-add.c240 pass = read_passphrase(msg, RP_ALLOW_STDIN);
340 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ",
417 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
420 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dmisc.h138 char *read_passphrase(const char *, int);
H A Dsshconnect1.c277 passphrase = read_passphrase(buf, 0);
442 response = read_passphrase(prompt, 0);
479 password = read_passphrase(prompt, 0);
H A Dsshconnect2.c907 password = read_passphrase(prompt, 0);
958 password = read_passphrase(prompt, 0);
967 password = read_passphrase(prompt, RP_ALLOW_EOF);
975 retype = read_passphrase(prompt, 0);
1208 passphrase = read_passphrase(prompt, 0);
1546 response = read_passphrase(prompt, echo ? RP_ECHO : 0);
H A Dssh-keygen.c289 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN);
1307 read_passphrase("Enter old passphrase: ",
1328 read_passphrase("Enter new passphrase (empty for no "
1330 passphrase2 = read_passphrase("Enter same passphrase again: ",
1424 passphrase = read_passphrase("Enter passphrase: ",
2671 read_passphrase("Enter passphrase (empty for no "
2673 passphrase2 = read_passphrase("Enter same passphrase again: ",
H A Dssh-pkcs11.c268 pin = read_passphrase(prompt, RP_ALLOW_EOF);
H A Dclientloop.c919 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
2260 response = read_passphrase("Accept updated hostkeys? "
H A Dsshconnect.c698 p = read_passphrase(msg, RP_ECHO);
H A Dssh_namespace.h541 #define read_passphrase Fssh_read_passphrase macro
H A Dauth-pam.c1010 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),

Completed in 222 milliseconds