Home
last modified time | relevance | path

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

/external/flashrom/
Dcros_ec_commands.h1886 struct __ec_align4 ec_params_vboot_hash { struct
1887 uint8_t cmd; /* enum ec_vboot_hash_cmd */
1888 uint8_t hash_type; /* enum ec_vboot_hash_type */
1889 uint8_t nonce_size; /* Nonce size; may be 0 */
1890 uint8_t reserved0; /* Reserved; set 0 */
1891 uint32_t offset; /* Offset in flash to hash */
1892 uint32_t size; /* Number of bytes to hash */
1893 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */
/external/coreboot/src/ec/google/chromeec/
Dec_commands.h2659 struct ec_params_vboot_hash { struct
2660 uint8_t cmd; /* enum ec_vboot_hash_cmd */
2661 uint8_t hash_type; /* enum ec_vboot_hash_type */
2662 uint8_t nonce_size; /* Nonce size; may be 0 */
2663 uint8_t reserved0; /* Reserved; set 0 */
2664 uint32_t offset; /* Offset in flash to hash */
2665 uint32_t size; /* Number of bytes to hash */
2666 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */