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

/freebsd-13-stable/crypto/openssh/
H A Dreadpass.c118 read_passphrase(const char *prompt, int flags) function
128 debug("read_passphrase: stdin is not a tty");
137 debug("read_passphrase: can't open %s: %s", _PATH_TTY,
179 p = read_passphrase(prompt, RP_USE_ASKPASS|RP_ALLOW_EOF);
H A Dssh-add.c254 pass = read_passphrase(msg, RP_ALLOW_STDIN);
399 if ((pin = read_passphrase("Enter passphrase for PKCS#11: ",
470 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
473 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
H A Dmisc.h168 char *read_passphrase(const char *, int);
H A Dssh-keygen.c313 pass = read_passphrase("Enter passphrase: ", RP_ALLOW_STDIN);
1371 read_passphrase("Enter old passphrase: ",
1392 read_passphrase("Enter new passphrase (empty for no "
1394 passphrase2 = read_passphrase("Enter same passphrase again: ",
1488 passphrase = read_passphrase("Enter passphrase: ",
2867 read_passphrase("Enter passphrase (empty for no "
2869 passphrase2 = read_passphrase("Enter same passphrase again: ",
H A Dsshconnect2.c975 password = read_passphrase(prompt, 0);
1030 password = read_passphrase(prompt, 0);
1040 password = read_passphrase(prompt, RP_ALLOW_EOF);
1049 retype = read_passphrase(prompt, 0);
1399 passphrase = read_passphrase(prompt, 0);
1783 response = read_passphrase(prompt, echo ? RP_ECHO : 0);
H A Dssh-pkcs11.c270 pin = read_passphrase(prompt, RP_ALLOW_EOF);
H A Dclientloop.c780 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
1883 response = read_passphrase("Accept updated hostkeys? "
H A Dauth-pam.c1091 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),
H A Dssh_namespace.h455 #define read_passphrase Fssh_read_passphrase macro
H A Dsshconnect.c725 p = read_passphrase(msg, RP_ECHO);

Completed in 197 milliseconds