Searched defs:vb2_gbb_header (Results 1 – 1 of 1) sorted by relevance
222 struct vb2_gbb_header { struct224 uint8_t signature[VB2_GBB_SIGNATURE_SIZE]; /* VB2_GBB_SIGNATURE */225 uint16_t major_version; /* See VB2_GBB_MAJOR_VER */226 uint16_t minor_version; /* See VB2_GBB_MINOR_VER */227 uint32_t header_size; /* Size of GBB header in bytes */228 uint32_t flags; /* Flags (see enum vb2_gbb_flag) */231 uint32_t hwid_offset; /* HWID */232 uint32_t hwid_size;233 uint32_t rootkey_offset; /* Root key */234 uint32_t rootkey_size;[all …]