Searched refs:RPP_SEVENBIT (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ | ||
D | readpassphrase.h | 37 #define RPP_SEVENBIT 0x10 /* Strip the high bit from input. */ macro |
D | readpassphrase.c | 142 if ((flags & RPP_SEVENBIT)) in readpassphrase() |