Lines Matching refs:shash_alg

24 static inline struct crypto_istat_hash *shash_get_stat(struct shash_alg *alg)  in shash_get_stat()
29 static inline int crypto_shash_errstat(struct shash_alg *alg, int err) in crypto_shash_errstat()
44 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()
62 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()
71 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
94 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()
124 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()
144 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()
171 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()
198 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()
231 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()
412 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
469 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()
477 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
515 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
531 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
588 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_clone_shash()
637 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
673 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
686 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()
692 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
712 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()