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

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
H A Dreadpassphrase.c81 if (flags & RPP_REQUIRE_TTY) {
/freebsd-13-stable/include/
H A Dreadpassphrase.h31 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
/freebsd-13-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-13-stable/lib/libc/gen/
H A Dreadpassphrase.c75 if (flags & RPP_REQUIRE_TTY) {
/freebsd-13-stable/crypto/openssh/
H A Dreadpass.c132 rppflags |= RPP_REQUIRE_TTY;
/freebsd-13-stable/contrib/netcat/
H A Dsocks.c120 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)
/freebsd-13-stable/sbin/gbde/
H A Dgbde.c229 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
236 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
/freebsd-13-stable/lib/geom/eli/
H A Dgeom_eli.c454 passbuf, passbufsize, RPP_ECHO_OFF | RPP_REQUIRE_TTY);
467 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c1443 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)

Completed in 96 milliseconds