Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_anony/
H A Db_anony.cpp26 const size_t plaintextLength = 4; // 字符串长度大于20,明文4字节 in GetAnonyString() local
40 result += value.substr(0, plaintextLength); in GetAnonyString()
42 result += value.substr(strLen - plaintextLength, plaintextLength); in GetAnonyString()
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp42 constexpr size_t plaintextLength = 4; in GetAnonyString() local
56 res.append(value, 0, plaintextLength); in GetAnonyString()
58 res.append(value, strLen - plaintextLength, plaintextLength); in GetAnonyString()