Home
last modified time | relevance | path

Searched refs:RPP_REQUIRE_TTY (Results 1 – 4 of 4) sorted by relevance

/external/openssh/openbsd-compat/
Dreadpassphrase.h34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
Dreadpassphrase.c89 if (flags & RPP_REQUIRE_TTY) { in readpassphrase()
/external/openssh/
Dreadpass.c133 rppflags |= RPP_REQUIRE_TTY; in read_passphrase()
/external/openssh/regress/
Dnetcat.c1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL) in getproxypass()