Searched defs:imgLen (Results 1 – 6 of 6) sorted by relevance
132 int32 HotaSignVerify(uint8 *image, uint32 imgLen, uint8 *imageSign, uint32 signLen) in HotaSignVerify()
137 static int32_t TEEC_GetImageLenth(FILE *fp, uint32_t *imgLen) in TEEC_GetImageLenth()
228 int32_t imgLen = GPT_PARTITION_SIZE; in ReadEmmcGptImageToRam() local
336 bool UfsPtable::LoadPartitionInfoFromLun(const uint32_t lunIndex, const uint32_t imgLen) in LoadPartitionInfoFromLun()
240 bool Ptable::CheckProtectiveMbr(const uint8_t *gptImage, const uint32_t imgLen) in CheckProtectiveMbr()
1182 ssize_t imgLen = lseek(imageFd, 0, SEEK_END); in GetByteArrayNapiObject() local