Home
last modified time | relevance | path

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

/external/u-boot/include/
Dec_commands.h936 struct ec_params_vboot_hash { struct
937 uint8_t cmd; /* enum ec_vboot_hash_cmd */
938 uint8_t hash_type; /* enum ec_vboot_hash_type */
939 uint8_t nonce_size; /* Nonce size; may be 0 */
940 uint8_t reserved0; /* Reserved; set 0 */
941 uint32_t offset; /* Offset in flash to hash */
942 uint32_t size; /* Number of bytes to hash */
943 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */