Home
last modified time | relevance | path

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

/external/u-boot/drivers/crypto/fsl/
Dfsl_hash.c82 static int caam_hash_update(void *hash_ctx, const void *buf, in caam_hash_update() function
223 return caam_hash_update(ctx, buf, size, is_last, get_hash_type(algo)); in hw_sha_update()