Searched refs:imageSize (Results 1 – 3 of 3) sorted by relevance
29 imageSize = INTEGER:TEST_IMAGE_LENGTH
567 + (pFwupgCtx->imageSize - HPMFWUPG_MD5_SIGNATURE_LENGTH); in HpmfwupgValidateImageIntegrity()573 pFwupgCtx->imageSize - HPMFWUPG_MD5_SIGNATURE_LENGTH); in HpmfwupgValidateImageIntegrity()849 while (pImagePtr < (pFwupgCtx->pImageData + pFwupgCtx->imageSize in HpmfwupgPreUpgradeCheck()1006 actionsSize = pFwupgCtx->imageSize - sizeof(struct HpmfwupgImageHeader); in HpmfwupgUpgradeStage()1011 while (( pImagePtr < (pFwupgCtx->pImageData + pFwupgCtx->imageSize - in HpmfwupgUpgradeStage()1400 pFwupgCtx->imageSize = ftell(pImageFile); in HpmfwupgGetBufferFromFile()1401 pFwupgCtx->pImageData = malloc(sizeof(unsigned char)*pFwupgCtx->imageSize); in HpmfwupgGetBufferFromFile()1410 pFwupgCtx->imageSize, in HpmfwupgGetBufferFromFile()1412 if (ret != pFwupgCtx->imageSize) { in HpmfwupgGetBufferFromFile()1416 pFwupgCtx->imageSize); in HpmfwupgGetBufferFromFile()
754 unsigned int imageSize; member