Home
last modified time | relevance | path

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

/external/u-boot/include/
Dhw_sha.h44 int hw_sha_init(struct hash_algo *algo, void **ctxp);
/external/u-boot/common/
Dhash.c131 .hash_init = hw_sha_init,
152 .hash_init = hw_sha_init,
/external/u-boot/drivers/crypto/fsl/
Dfsl_hash.c215 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init() function