Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/utils/include/
Dencrypt_utils.h28 static const int32_t ENCRYPT_TOTAL_LENGTH = 8; // 敏感数据匿名化后最长长度 variable
68 if (length >= ENCRYPT_TOTAL_LENGTH) { in EncryptString()