Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr.h22 uint32_t srk_tbl_off; /* 0x04 SRK Table Offset */ member
75 uint32_t srk_tbl_off; member
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr_parser.c163 (uint8_t *)((uint8_t *)hdr + hdr->srk_tbl_off), in calc_img_hash()
216 struct srk_table *srktbl = (void *)((uint8_t *)esbc + hdr->srk_tbl_off); in get_key()