Lines Matching refs:shash_alg

36 bool crypto_shash_alg_has_setkey(struct shash_alg *alg)  in crypto_shash_alg_has_setkey()
45 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_setkey_unaligned()
63 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()
72 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_setkey()
95 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_update_unaligned()
125 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_update()
139 struct shash_alg *shash = crypto_shash_alg(tfm); in shash_final_unaligned()
166 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_final()
187 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_finup()
208 struct shash_alg *shash = crypto_shash_alg(tfm); in crypto_shash_digest()
380 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async()
419 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm()
427 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm()
465 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_report()
487 struct shash_alg *salg = __crypto_shash_alg(alg); in crypto_shash_show()
524 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
555 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
568 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()
574 int crypto_register_shashes(struct shash_alg *algs, int count) in crypto_register_shashes()
594 void crypto_unregister_shashes(struct shash_alg *algs, int count) in crypto_unregister_shashes()