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

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.h33 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
H A Dreadpassphrase.c96 if (!(flags & RPP_ECHO_ON))
/freebsd-13-stable/include/
H A Dreadpassphrase.h30 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
/freebsd-13-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-13-stable/lib/libc/gen/
H A Dreadpassphrase.c96 if (!(flags & RPP_ECHO_ON))
/freebsd-13-stable/crypto/openssh/
H A Dreadpass.c123 rppflags = (flags & RP_ECHO) ? RPP_ECHO_ON : RPP_ECHO_OFF;

Completed in 165 milliseconds