Searched defs:SignedHeader (Results 1 – 2 of 2) sorted by relevance
52 typedef struct SignedHeader { struct54 SignedHeader() in SignedHeader() function81 void markFuse(uint32_t n) { in markFuse()86 void markInfo(uint32_t n) { in markInfo()91 static uint32_t fuseIgnore(bool c, bool d) { in fuseIgnore()95 static uint32_t infoIgnore(bool c, bool d) { in infoIgnore()99 bool plausible() const { in plausible()115 void print() const { in print()177 uint32_t magic; // -1 (thanks, boot_sys!)178 uint32_t signature[96];[all …]
24 struct SignedHeader { struct25 uint32_t magic; /* -1 (thanks, boot_sys!) */26 uint32_t signature[96];27 uint32_t img_chk_; /* top 32 bit of expected img_hash */29 uint32_t tag[7]; /* words 0-6 of RWR/FWR */30 uint32_t keyid; /* word 7 of RWR */31 uint32_t key[96]; /* public key to verify signature with */32 uint32_t image_size;33 uint32_t ro_base; /* readonly region */34 uint32_t ro_max;[all …]