Searched refs:ENCRYPT_LENGTH (Results 1 – 1 of 1) sorted by relevance
27 static const int32_t ENCRYPT_LENGTH = 4; // 需要替换*的长度 variable51 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()