Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dhw_sha.h45 int hw_sha_init(struct hash_algo *algo, void **ctxp);
/OK3568_Linux_fs/u-boot/common/
H A Dhash.c132 .hash_init = hw_sha_init,
153 .hash_init = hw_sha_init,
/OK3568_Linux_fs/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.c198 int hw_sha_init(struct hash_algo *algo, void **ctxp) in hw_sha_init() function