Lines Matching defs:alg
335 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_async() local
459 struct shash_alg *alg = __crypto_shash_alg(calg); in crypto_init_shash_ops_compat() local
505 static unsigned int crypto_shash_ctxsize(struct crypto_alg *alg, u32 type, in crypto_shash_ctxsize()
524 static unsigned int crypto_shash_extsize(struct crypto_alg *alg) in crypto_shash_extsize()
530 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
549 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
557 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
588 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
616 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
629 int crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()
692 struct shash_alg *alg, in crypto_init_shash_spawn()
702 struct crypto_alg *alg; in shash_attr_alg() local