Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dec_commands.h1901 struct __ec_align4 ec_params_vboot_hash { struct
1902 uint8_t cmd; /* enum ec_vboot_hash_cmd */
1903 uint8_t hash_type; /* enum ec_vboot_hash_type */
1904 uint8_t nonce_size; /* Nonce size; may be 0 */
1905 uint8_t reserved0; /* Reserved; set 0 */
1906 uint32_t offset; /* Offset in flash to hash */
1907 uint32_t size; /* Number of bytes to hash */
1908 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */