HomeSort by relevance Sort by last modified time
    Searched refs:RPP_ECHO_ON (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
readpassphrase.h 33 #define RPP_ECHO_ON 0x01 /* Leave echo on. */
readpassphrase.c 118 if (!(flags & RPP_ECHO_ON))
  /external/openssh/
readpass.c 124 rppflags = (flags & RP_ECHO) ? RPP_ECHO_ON : RPP_ECHO_OFF;

Completed in 73 milliseconds