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