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