Searched refs:RPP_ECHO_ON (Results 1 – 6 of 6) sorted by relevance
33 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
96 if (!(flags & RPP_ECHO_ON)) in readpassphrase()
30 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
72 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro210 if (!(flags & RPP_ECHO_ON)) in readpassphrase()
142 rppflags = (flags & RP_ECHO) ? RPP_ECHO_ON : RPP_ECHO_OFF; in read_passphrase()