Home
last modified time | relevance | path

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

/u-boot/include/
A Dec_commands.h1952 struct __ec_align4 ec_response_vboot_hash { struct
1953 uint8_t status; /* enum ec_vboot_hash_status */
1954 uint8_t hash_type; /* enum ec_vboot_hash_type */
1955 uint8_t digest_size; /* Size of hash digest in bytes */
1956 uint8_t reserved0; /* Ignore; will be 0 */
1957 uint32_t offset; /* Offset in flash which was hashed */
1958 uint32_t size; /* Number of bytes hashed */
1959 uint8_t hash_digest[64]; /* Hash digest data */

Completed in 35 milliseconds