Searched refs:OsUpdateHdr (Results 1 – 5 of 5) sorted by relevance
35 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size);606 static uint32_t blVerifyOsUpdate(struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsUpdate()705 static void blApplyVerifiedUpdate(const struct OsUpdateHdr *os) //only called if an update has been… in blApplyVerifiedUpdate()713 static void blWriteMark(struct OsUpdateHdr *hdr, uint32_t mark) in blWriteMark()722 struct OsUpdateHdr *hdr = (struct OsUpdateHdr *)__shared_start; in blUpdateMark()730 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsImage()733 struct OsUpdateHdr *hdr = (struct OsUpdateHdr*)addr; in blVerifyOsImage()734 struct OsUpdateHdr cpy; in blVerifyOsImage()1046 const struct OsUpdateHdr *hdr = (const struct OsUpdateHdr*)data; in blSpiLoader()1049 if (len < sizeof(struct OsUpdateHdr)) in blSpiLoader()[all …]
174 struct OsUpdateHdr { struct
312 struct OsUpdateHdr *os = (struct OsUpdateHdr *)(&(app->hdr) + 1); in deferredUpdateOs()
330 common.payInfoSize = sizeof(struct OsUpdateHdr); in appSecProcessIncomingHdr()
517 struct OsUpdateHdr os = { in handleOs()