Home
last modified time | relevance | path

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

/linux-6.15/include/linux/platform_data/
H A Dcros_ec_commands.h2210 struct ec_params_vboot_hash { struct
2211 uint8_t cmd; /* enum ec_vboot_hash_cmd */
2212 uint8_t hash_type; /* enum ec_vboot_hash_type */
2213 uint8_t nonce_size; /* Nonce size; may be 0 */
2214 uint8_t reserved0; /* Reserved; set 0 */
2215 uint32_t offset; /* Offset in flash to hash */
2216 uint32_t size; /* Number of bytes to hash */
2217 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */