Searched refs:RPP_ECHO_ON (Results 1 – 3 of 3) sorted by relevance
45 #define RPP_ECHO_ON 0x01 /* Leave echo on. */ macro
106 rppflags = (flags & RP_ECHO) ? RPP_ECHO_ON : RPP_ECHO_OFF; in read_passphrase()
109 if (!(flags & RPP_ECHO_ON)) in readpassphrase()