Home
last modified time | relevance | path

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

/base/update/updateservice/services/core/ability/utils/include/
Dencrypt_utils.h27 static const int32_t ENCRYPT_LENGTH = 4; // 需要替换*的长度 variable
51 encryptUrl.replace(httpsPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in EncryptUrl()
55 encryptUrl.replace(httpPrefix.size(), ENCRYPT_LENGTH, ENCRYPT_STR); in EncryptUrl()
69 std::string sequence = inputStr.substr(0, ENCRYPT_LENGTH); in EncryptString()
71 } else if (length > ENCRYPT_LENGTH) { in EncryptString()
72 std::string sequence = inputStr.substr(0, length - ENCRYPT_LENGTH); in EncryptString()