Home
last modified time | relevance | path

Searched refs:kRotMin (Results 1 – 1 of 1) sorted by relevance

/system/connectivity/shill/
Dcrypto_rot47.cc34 const char kRotMin = '!'; in Encrypt() local
35 const char kRotMax = kRotMin + kRotSize - 1; in Encrypt()
39 if (ch < kRotMin || ch > kRotMax) { in Encrypt()