Lines Matching defs:alg
196 const struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in ahash_set_needkey() local
374 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_ahash_final() local
388 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_ahash_finup() local
402 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_ahash_digest() local
481 struct ahash_alg *alg = crypto_ahash_alg(hash); in crypto_ahash_init_tfm() local
504 static unsigned int crypto_ahash_extsize(struct crypto_alg *alg) in crypto_ahash_extsize()
513 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
527 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report()
535 static void crypto_ahash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_ahash_show()
572 static int ahash_prepare_alg(struct ahash_alg *alg) in ahash_prepare_alg()
588 int crypto_register_ahash(struct ahash_alg *alg) in crypto_register_ahash()
601 int crypto_unregister_ahash(struct ahash_alg *alg) in crypto_unregister_ahash()
657 struct hash_alg_common *alg, in crypto_init_ahash_spawn()
667 struct crypto_alg *alg; in ahash_attr_alg() local
676 struct crypto_alg *alg = &halg->base; in crypto_hash_alg_has_setkey() local