Searched refs:hash_update (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a-latest/drivers/nxp/auth/csf_hdr_parser/ |
D | csf_hdr_parser.c | 74 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/ |
D | hash.h | 80 int hash_update(enum hash_algo algo, void *context, void *data_ptr,
|
/trusted-firmware-a-latest/drivers/nxp/crypto/caam/src/auth/ |
D | nxp_crypto.c | 94 ret = hash_update(algo, ctx, data_ptr, data_len); in verify_hash()
|
D | hash.c | 64 int hash_update(enum hash_algo algo, void *context, void *data_ptr, in hash_update() function
|