Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/
Dcsf_hdr_parser.c74 ret = hash_update(algo, ctx, (uint8_t *)((uint8_t *)srk_buffer), in deploy_rotpk_hash_table()
115 ret = hash_update(algo, ctx, srktbl[i].pkey, srktbl[i].key_len); in deploy_rotpk_hash_table()
156 ret = hash_update(algo, ctx, (uint8_t *)hdr, sizeof(struct csf_hdr)); in calc_img_hash()
162 ret = hash_update(algo, ctx, in calc_img_hash()
170 ret = hash_update(algo, ctx, (uint8_t *)(img_addr), img_size); in calc_img_hash()
/trusted-firmware-a-latest/include/drivers/nxp/crypto/caam/
Dhash.h80 int hash_update(enum hash_algo algo, void *context, void *data_ptr,
/trusted-firmware-a-latest/drivers/nxp/crypto/caam/src/auth/
Dnxp_crypto.c94 ret = hash_update(algo, ctx, data_ptr, data_len); in verify_hash()
Dhash.c64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() function