Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dk3_x509template.txt29 imageSize = INTEGER:TEST_IMAGE_LENGTH
/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c567 + (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()
/openbmc/ipmitool/include/ipmitool/
H A Dipmi_hpmfwupg.h754 unsigned int imageSize; member