Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A 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 */
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h2150 struct ec_params_vboot_hash { struct
2151 uint8_t cmd; /* enum ec_vboot_hash_cmd */
2152 uint8_t hash_type; /* enum ec_vboot_hash_type */
2153 uint8_t nonce_size; /* Nonce size; may be 0 */
2154 uint8_t reserved0; /* Reserved; set 0 */
2155 uint32_t offset; /* Offset in flash to hash */
2156 uint32_t size; /* Number of bytes to hash */
2157 uint8_t nonce_data[64]; /* Nonce data; ignored if nonce_size=0 */