Home
last modified time | relevance | path

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

/external/u-boot/include/
Dhw_sha.h72 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf,
/external/u-boot/common/
Dhash.c133 .hash_finish = hw_sha_finish,
154 .hash_finish = hw_sha_finish,
/external/u-boot/drivers/crypto/fsl/
Dfsl_hash.c226 int hw_sha_finish(struct hash_algo *algo, void *ctx, void *dest_buf, in hw_sha_finish() function