Home
last modified time | relevance | path

Searched defs:ec_params_vboot_hash (Results 1 – 2 of 2) 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 */
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h2178 struct ec_params_vboot_hash { struct
2179 uint8_t cmd; /* enum ec_vboot_hash_cmd */
2180 uint8_t hash_type; /* enum ec_vboot_hash_type */
2181 uint8_t nonce_size; /* Nonce size; may be 0 */
2182 uint8_t reserved0; /* Reserved; set 0 */
2183 uint32_t offset; /* Offset in flash to hash */
2184 uint32_t size; /* Number of bytes to hash */
2185 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */