HomeSort by relevance Sort by last modified time
    Searched refs:read_passphrase (Results 1 - 10 of 10) sorted by null

  /external/openssh/
readpass.c 119 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);
misc.h 102 char *read_passphrase(const char *, int);
ssh-add.c 190 pass = read_passphrase(msg, RP_ALLOW_STDIN);
269 pin = read_passphrase("Enter passphrase for PKCS#11: ", RP_ALLOW_STDIN);
328 p1 = read_passphrase(prompt, RP_ALLOW_STDIN);
331 p2 = read_passphrase(prompt, RP_ALLOW_STDIN);
sshconnect1.c 263 passphrase = read_passphrase(buf, 0);
421 response = read_passphrase(prompt, 0);
458 password = read_passphrase(prompt, 0);
ssh-keygen.c 247 pass = read_passphrase("Enter passphrase: ",
1198 read_passphrase("Enter old passphrase: ",
1217 read_passphrase("Enter new passphrase (empty for no "
1219 passphrase2 = read_passphrase("Enter same passphrase again: ",
1313 passphrase = read_passphrase("Enter passphrase: ",
    [all...]
sshconnect2.c 880 password = read_passphrase(prompt, 0);
931 password = read_passphrase(prompt, 0);
940 password = read_passphrase(prompt, RP_ALLOW_EOF);
948 retype = read_passphrase(prompt, 0);
994 password = read_passphrase(prompt, 0);
    [all...]
ssh-pkcs11.c 264 pin = read_passphrase(prompt, RP_ALLOW_EOF);
auth-pam.c 983 read_passphrase(PAM_MSG_MEMBER(msg, i, msg),
sshconnect.c 580 p = read_passphrase(msg, RP_ECHO);
    [all...]
clientloop.c 852 cmd = s = read_passphrase("\r\nssh> ", RP_ECHO);
    [all...]

Completed in 691 milliseconds