12 #include <core/crypto_info.h> 13 #include <tee_internal_api.h> 22 #define SHA256_DIGEST_LEN 32 28 uint32_t verified_boot_state;
29 uint32_t device_locked;
31 uint32_t patch_month_year;
37 AUTHORITY client_authority;
struct rot_t ROOT_OF_TRUST
Structure to handle Root of Trust information.
Structure to handle Root of Trust information.
Definition: tees_rot.h:27
#define SHA256_DIGEST_LEN
SHA256_DIGEST_LEN is defined to set size for verified_boot_key of ROOT_OF_TRUST.
Definition: tees_rot.h:22
TEE_Result TEES_GetRoT(ROOT_OF_TRUST *rot)
Get RoT information.