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

/external/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);

Completed in 96 milliseconds