Home
last modified time | relevance | path

Searched refs:img_hash (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dplat_img_parser.c29 uint8_t img_hash[SHA256_BYTES] __aligned(CACHE_WRITEBACK_GRANULE);
62 ZERO_AND_CLEAN(img_hash); in clear_temp_vars()
106 img_len - CSF_HDR_SZ, img_hash, &hash_len); in check_integrity()
138 *param = (void *)img_hash; in get_auth_param()
H A Dcsf_hdr_parser.c142 uint8_t *img_hash, uint32_t *hash_len) in calc_img_hash() argument
176 ret = hash_final(algo, ctx, img_hash, digest_size); in calc_img_hash()
185 VERBOSE("%x\n", *((uint32_t *)img_hash + i)); in calc_img_hash()
H A Dinput_bl2_ch264 HASH_FILENAME=img_hash.out
/rk3399_ARM-atf/include/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr.h153 uint8_t *img_hash, uint32_t *hash_len);