Lines Matching refs:shash_alg
35 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()
53 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()
62 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
85 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()
115 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()
129 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()
156 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()
177 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()
198 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()
370 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
409 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()
417 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
455 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
477 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
520 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
554 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
567 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()
573 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
593 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()