Lines Matching defs:alg
19 static inline struct crypto_istat_hash *shash_get_stat(struct shash_alg *alg) in shash_get_stat()
24 static inline int crypto_shash_errstat(struct shash_alg *alg, int err) in crypto_shash_errstat()
38 static void shash_set_needkey(struct crypto_shash *tfm, struct shash_alg *alg) in shash_set_needkey()
199 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_exit_tfm() local
207 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_shash_init_tfm() local
242 struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report()
259 static void crypto_shash_show(struct seq_file *m, struct crypto_alg *alg) in crypto_shash_show()
269 struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report_stat()
318 struct shash_alg *alg = crypto_shash_alg(hash); in crypto_clone_shash() local
351 int hash_prepare_alg(struct hash_alg_common *alg) in hash_prepare_alg()
371 static int shash_prepare_alg(struct shash_alg *alg) in shash_prepare_alg()
412 int crypto_register_shash(struct shash_alg *alg) in crypto_register_shash()
425 void crypto_unregister_shash(struct shash_alg *alg) in crypto_unregister_shash()