Home
last modified time | relevance | path

Searched defs:ec_response_vboot_hash (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dec_commands.h1911 struct __ec_align4 ec_response_vboot_hash { struct
1912 uint8_t status; /* enum ec_vboot_hash_status */
1913 uint8_t hash_type; /* enum ec_vboot_hash_type */
1914 uint8_t digest_size; /* Size of hash digest in bytes */
1915 uint8_t reserved0; /* Ignore; will be 0 */
1916 uint32_t offset; /* Offset in flash which was hashed */
1917 uint32_t size; /* Number of bytes hashed */
1918 uint8_t hash_digest[64]; /* Hash digest data */
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h2188 struct ec_response_vboot_hash { struct
2189 uint8_t status; /* enum ec_vboot_hash_status */
2190 uint8_t hash_type; /* enum ec_vboot_hash_type */
2191 uint8_t digest_size; /* Size of hash digest in bytes */
2192 uint8_t reserved0; /* Ignore; will be 0 */
2193 uint32_t offset; /* Offset in flash which was hashed */
2194 uint32_t size; /* Number of bytes hashed */
2195 uint8_t hash_digest[64]; /* Hash digest data */