Searched refs:RPP_REQUIRE_TTY (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
H A Dreadpassphrase.c89 if (flags & RPP_REQUIRE_TTY) {
/freebsd-11-stable/include/
H A Dreadpassphrase.h29 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
/freebsd-11-stable/usr.sbin/eeprom/
H A Dofw_options.c185 RPP_ECHO_OFF | RPP_REQUIRE_TTY) == NULL ||
187 RPP_ECHO_OFF | RPP_REQUIRE_TTY) == NULL)
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c73 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
195 if (flags & RPP_REQUIRE_TTY) {
/freebsd-11-stable/crypto/openssh/
H A Dreadpass.c133 rppflags |= RPP_REQUIRE_TTY;
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c75 if (flags & RPP_REQUIRE_TTY) {
/freebsd-11-stable/contrib/netcat/
H A Dsocks.c120 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)
/freebsd-11-stable/sbin/gbde/
H A Dgbde.c240 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
247 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
/freebsd-11-stable/sbin/geom/class/eli/
H A Dgeom_eli.c443 passbuf, passbufsize, RPP_ECHO_OFF | RPP_REQUIRE_TTY);
456 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
/freebsd-11-stable/crypto/openssh/regress/
H A Dnetcat.c1438 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)

Completed in 128 milliseconds