Home
last modified time | relevance | path

Searched refs:esbc (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_validate.c225 void *esbc = (u8 *)(uintptr_t)img->ehdrloc; in read_validate_srk_tbl() local
243 memcpy(&img->srk_tbl, esbc + hdr->srk_tbl_off, size); in read_validate_srk_tbl()
263 void *esbc = (u8 *)(uintptr_t)img->ehdrloc; in read_validate_single_key() local
269 memcpy(&img->img_key, esbc + hdr->pkey, hdr->key_len); in read_validate_single_key()
667 void *esbc = (u8 *)(uintptr_t)img->ehdrloc; in read_validate_esbc_client_header() local
734 memcpy(&img->img_sign, esbc + hdr->psign, hdr->sign_len); in read_validate_esbc_client_header()
867 void *esbc; in fsl_secboot_validate() local
911 esbc = (u8 *)img->ehdrloc; in fsl_secboot_validate()
913 memcpy(hdr, esbc, sizeof(struct fsl_secboot_img_hdr)); in fsl_secboot_validate()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.esbc_validate39 This feature allows large number of keys to be used for esbc validation
41 which can be further used for esbc validation of images.