Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dhw_sha.h59 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf,
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c133 .hash_update = hw_sha_update,
154 .hash_update = hw_sha_update,
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c203 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, in hw_sha_update() function