Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dec_commands.h946 struct ec_response_vboot_hash { struct
947 uint8_t status; /* enum ec_vboot_hash_status */
948 uint8_t hash_type; /* enum ec_vboot_hash_type */
949 uint8_t digest_size; /* Size of hash digest in bytes */
950 uint8_t reserved0; /* Ignore; will be 0 */
951 uint32_t offset; /* Offset in flash which was hashed */
952 uint32_t size; /* Number of bytes hashed */
953 uint8_t hash_digest[64]; /* Hash digest data */
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dcros_ec_commands.h2160 struct ec_response_vboot_hash { struct
2161 uint8_t status; /* enum ec_vboot_hash_status */
2162 uint8_t hash_type; /* enum ec_vboot_hash_type */
2163 uint8_t digest_size; /* Size of hash digest in bytes */
2164 uint8_t reserved0; /* Ignore; will be 0 */
2165 uint32_t offset; /* Offset in flash which was hashed */
2166 uint32_t size; /* Number of bytes hashed */
2167 uint8_t hash_digest[64]; /* Hash digest data */