Searched refs:RPP_ECHO_ON (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h33 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
H A Dreadpassphrase.c104 if (!(flags & RPP_ECHO_ON))
/freebsd-11-stable/include/
H A Dreadpassphrase.h28 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c72 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
210 if (!(flags & RPP_ECHO_ON))
/freebsd-11-stable/crypto/openssh/
H A Dreadpass.c124 rppflags = (flags & RP_ECHO) ? RPP_ECHO_ON : RPP_ECHO_OFF;
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c96 if (!(flags & RPP_ECHO_ON))

Completed in 75 milliseconds