Searched refs:shortPlaintextLength (Results 1 – 1 of 1) sorted by relevance
25 const size_t shortPlaintextLength = 20; // 字符串长度小于20,只明文1字节 in GetAnonyString() local35 if (strLen <= shortPlaintextLength) { in GetAnonyString()