Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadpassphrase.h46 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadpass.c111 rppflags |= RPP_REQUIRE_TTY; in read_passphrase()
/titanic_44/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dreadpassphrase.c80 if (flags & RPP_REQUIRE_TTY) { in readpassphrase()