Searched refs:RPP_FORCELOWER (Results 1 – 2 of 2) sorted by relevance
/external/openssh/openbsd-compat/ | ||
D | readpassphrase.h | 35 #define RPP_FORCELOWER 0x04 /* Force input to lower case. */ macro |
D | readpassphrase.c | 145 if ((flags & RPP_FORCELOWER)) in readpassphrase() |