Searched refs:plaintextLength (Results 1 – 2 of 2) sorted by relevance
26 const size_t plaintextLength = 4; // 字符串长度大于20,明文4字节 in GetAnonyString() local40 result += value.substr(0, plaintextLength); in GetAnonyString()42 result += value.substr(strLen - plaintextLength, plaintextLength); in GetAnonyString()
42 constexpr size_t plaintextLength = 4; in GetAnonyString() local56 res.append(value, 0, plaintextLength); in GetAnonyString()58 res.append(value, strLen - plaintextLength, plaintextLength); in GetAnonyString()