Searched refs:infoHeaderBuf (Results 1 – 1 of 1) sorted by relevance
238 unsigned char *infoHeaderBuf = (unsigned char *)malloc(bufLen - SIGN_DATA_LEN); in ParseHotaInfoComponent() local239 if (infoHeaderBuf == NULL) { in ParseHotaInfoComponent()243 …if (memcpy_s(infoHeaderBuf, bufLen - SIGN_DATA_LEN, infoCompBuffer, bufLen - SIGN_DATA_LEN) != EOK… in ParseHotaInfoComponent()244 free(infoHeaderBuf); in ParseHotaInfoComponent()248 if (HotaSignVerify(infoHeaderBuf, bufLen - SIGN_DATA_LEN, in ParseHotaInfoComponent()253 free(infoHeaderBuf); in ParseHotaInfoComponent()257 free(infoHeaderBuf); in ParseHotaInfoComponent()