Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c238 unsigned char *infoHeaderBuf = (unsigned char *)malloc(bufLen - SIGN_DATA_LEN); in ParseHotaInfoComponent() local
239 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()