Home
last modified time | relevance | path

Searched refs:csf_hdr (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-latest/include/drivers/nxp/auth/csf_hdr_parser/
Dcsf_hdr.h20 struct csf_hdr { struct
71 struct csf_hdr { argument
152 int calc_img_hash(struct csf_hdr *hdr, void *img_addr, uint32_t img_size,
/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/
Dcsf_hdr_parser.c140 int calc_img_hash(struct csf_hdr *hdr, in calc_img_hash()
156 ret = hash_update(algo, ctx, (uint8_t *)hdr, sizeof(struct csf_hdr)); in calc_img_hash()
209 static int32_t get_key(struct csf_hdr *hdr, uint8_t **key, uint32_t *len, in get_key()
301 struct csf_hdr *hdr = img_hdr; in validate_esbc_header()
/trusted-firmware-a-latest/plat/nxp/common/tbbr/
Dtbbr.mk67 include $(PLAT_DRIVERS_PATH)/auth/csf_hdr_parser/csf_hdr.mk