Searched refs:OsUpdateHdr (Results 1 – 6 of 6) sorted by relevance
32 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size);236 static uint32_t blVerifyOsUpdate(struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsUpdate()300 static void blApplyVerifiedUpdate(const struct OsUpdateHdr *os) //only called if an update has been… in blApplyVerifiedUpdate()308 static void blWriteMark(struct OsUpdateHdr *hdr, uint32_t mark) in blWriteMark()317 struct OsUpdateHdr *hdr = (struct OsUpdateHdr *)__shared_start; in blUpdateMark()325 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsImage()328 struct OsUpdateHdr *hdr = (struct OsUpdateHdr*)addr; in blVerifyOsImage()329 struct OsUpdateHdr cpy; in blVerifyOsImage()603 const struct OsUpdateHdr *hdr = (const struct OsUpdateHdr*)data; in blLoader()606 if (len < sizeof(struct OsUpdateHdr)) in blLoader()[all …]
341 common.payInfoSize = sizeof(struct OsUpdateHdr); in appSecProcessIncomingHdr()
332 struct OsUpdateHdr *os = (struct OsUpdateHdr *)(&(app->hdr) + 1); in deferredUpdateOs()
215 struct OsUpdateHdr { struct
605 struct OsUpdateHdr os = { in handleOs()
866 struct OsUpdateHdr os = { in handleOs()