Home
last modified time | relevance | path

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

/external/u-boot/include/
Dhw_sha.h58 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf,
/external/u-boot/common/
Dhash.c132 .hash_update = hw_sha_update,
153 .hash_update = hw_sha_update,
/external/u-boot/drivers/crypto/fsl/
Dfsl_hash.c220 int hw_sha_update(struct hash_algo *algo, void *ctx, const void *buf, in hw_sha_update() function