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

/freebsd-current/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-current/contrib/libfido2/openbsd-compat/
H A Dreadpassphrase.h34 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
H A Dreadpassphrase.c85 if (flags & RPP_REQUIRE_TTY) {
/freebsd-current/include/
H A Dreadpassphrase.h30 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
/freebsd-current/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c71 #define RPP_REQUIRE_TTY 0x02 /* Fail if there is no tty. */ macro
195 if (flags & RPP_REQUIRE_TTY) {
/freebsd-current/lib/libc/gen/
H A Dreadpassphrase.c72 if (flags & RPP_REQUIRE_TTY) {
/freebsd-current/crypto/openssh/
H A Dreadpass.c153 rppflags |= RPP_REQUIRE_TTY;
/freebsd-current/contrib/netcat/
H A Dsocks.c120 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)
/freebsd-current/lib/geom/eli/
H A Dgeom_eli.c451 passbuf, passbufsize, RPP_ECHO_OFF | RPP_REQUIRE_TTY);
464 RPP_ECHO_OFF | RPP_REQUIRE_TTY);
/freebsd-current/crypto/openssh/regress/
H A Dnetcat.c1465 if (readpassphrase(prompt, pw, sizeof(pw), RPP_REQUIRE_TTY) == NULL)

Completed in 212 milliseconds