Searched defs:fsl_secboot_img_priv (Results 1 – 1 of 1) sorted by relevance
234 struct fsl_secboot_img_priv { struct235 uint32_t hdr_location;236 uintptr_t ie_addr;237 u32 key_len;238 struct fsl_secboot_img_hdr hdr;240 u8 img_key[2 * KEY_SIZE_BYTES]; /* ESBC client key */241 u8 img_key_hash[32]; /* ESBC client key hash */244 struct srk_table srk_tbl[MAX_KEY_ENTRIES];260 uintptr_t ehdrloc; /* ESBC Header location */261 uintptr_t *img_addr_ptr; /* ESBC Image Location */[all …]
Completed in 3 milliseconds