Searched refs:kRotMin (Results 1 – 1 of 1) sorted by relevance
34 const char kRotMin = '!'; in Encrypt() local35 const char kRotMax = kRotMin + kRotSize - 1; in Encrypt()39 if (ch < kRotMin || ch > kRotMax) { in Encrypt()