Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A 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()
/rk3399_ARM-atf/include/drivers/nxp/crypto/caam/
H A Dhash.h78 int hash_update(enum hash_algo algo, void *context, void *data_ptr,
/rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/
H A Dnxp_crypto.c94 ret = hash_update(algo, ctx, data_ptr, data_len); in verify_hash()
H A Dhash.c64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() function