Searched defs:ree_fs_ta_handle (Results 1 – 1 of 1) sorted by relevance
59 struct ree_fs_ta_handle { struct60 struct shdr *nw_ta; /* Non-secure (shared memory) */61 size_t nw_ta_size;62 struct mobj *mobj;63 size_t offs;64 struct shdr *shdr; /* Verified secure copy of @nw_ta's signed header */65 void *hash_ctx;66 void *enc_ctx;67 struct shdr_bootstrap_ta *bs_hdr;68 struct shdr_encrypted_ta *ehdr;
Completed in 3 milliseconds