Searched defs:ec_response_vboot_hash (Results 1 – 1 of 1) sorted by relevance
2220 struct ec_response_vboot_hash { struct2221 uint8_t status; /* enum ec_vboot_hash_status */2222 uint8_t hash_type; /* enum ec_vboot_hash_type */2223 uint8_t digest_size; /* Size of hash digest in bytes */2224 uint8_t reserved0; /* Ignore; will be 0 */2225 uint32_t offset; /* Offset in flash which was hashed */2226 uint32_t size; /* Number of bytes hashed */2227 uint8_t hash_digest[64]; /* Hash digest data */