Lines Matching defs:alg
158 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey() local
305 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_final() local
317 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_finup() local
333 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_digest() local
417 struct ahash_alg *alg = crypto_ahash_alg(hash); in crypto_ahash_exit_tfm() local
425 struct ahash_alg *alg = crypto_ahash_alg(hash); in crypto_ahash_init_tfm() local
454 static unsigned int crypto_ahash_extsize(struct crypto_alg *alg) in crypto_ahash_extsize()
470 struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
486 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ahash_show()
497 struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report_stat()
548 struct ahash_alg *alg; in crypto_clone_ahash() local
595 static int ahash_prepare_alg(struct ahash_alg *alg) in ahash_prepare_alg()
616 int crypto_register_ahash(struct ahash_alg *alg) in crypto_register_ahash()
629 void crypto_unregister_ahash(struct ahash_alg *alg) in crypto_unregister_ahash()
682 struct crypto_alg *alg = &halg->base; in crypto_hash_alg_has_setkey() local