Lines Matching defs:fsl_secboot_img_priv
233 struct fsl_secboot_img_priv { struct
234 uint32_t hdr_location;
235 uintptr_t ie_addr;
236 u32 key_len;
237 struct fsl_secboot_img_hdr hdr;
239 u8 img_key[2 * KEY_SIZE_BYTES]; /* ESBC client key */
240 u8 img_key_hash[32]; /* ESBC client key hash */
243 struct srk_table srk_tbl[MAX_KEY_ENTRIES];
245 u8 img_sign[KEY_SIZE_BYTES]; /* ESBC client signature */
247 u8 img_encoded_hash[KEY_SIZE_BYTES]; /* EM wrt RSA PKCSv1.5 */
252 u8 img_encoded_hash_second[KEY_SIZE_BYTES];/* EM' wrt RSA PKCSv1.5 */
258 struct fsl_secboot_sg_table sgtbl[MAX_SG_ENTRIES]; /* SG table */
259 uintptr_t ehdrloc; /* ESBC Header location */
260 uintptr_t *img_addr_ptr; /* ESBC Image Location */
261 uint32_t img_size; /* ESBC Image Size */