Searched defs:wb_header (Results 1 – 1 of 1) sorted by relevance
39 struct wb_header { struct40 u32 length_insecure; /* length of the code header */41 u32 reserved[3];42 struct hash hash; /* hash of header+code, starts next field*/43 struct hash random_aes_block; /* a data block to aid security. */44 u32 length_secure; /* length of the code header */45 u32 destination; /* destination address to put the wb code */46 u32 entry_point; /* execution address of the wb code */47 u32 code_length; /* length of the code */