Searched refs:g_infoCompAndSignSize (Results 1 – 1 of 1) sorted by relevance
94 static unsigned short g_infoCompAndSignSize; /* the size of Info Component */ variable111 g_infoCompAndSignSize = 0; in HotaResetStatus()375 g_infoCompAndSignSize = basicInfo.infoCompSize + SIGN_DATA_LEN; in ProcessInfoCompHeader()380 g_currentDloadComp.totalSize = g_infoCompAndSignSize; in ProcessInfoCompHeader()381 if (g_infoCompAndSignSize < sizeof(PkgBasicInfo)) { in ProcessInfoCompHeader()384 g_currentDloadComp.remainSize = g_infoCompAndSignSize - sizeof(PkgBasicInfo); in ProcessInfoCompHeader()403 result = ParseHotaInfoComponent(g_infoCompBuff, g_infoCompAndSignSize); in ProcessOneComponent()