Lines Matching defs:alg
67 struct crypto_alg *alg) in __crypto_skcipher_alg()
311 const struct skcipher_alg *alg = in skcipher_walk_virt() local
352 const struct aead_alg *alg = crypto_aead_alg(crypto_aead_reqtfm(req)); in skcipher_walk_aead_common() local
474 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_encrypt() local
487 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_decrypt() local
536 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_export() local
547 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_import() local
558 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm() local
566 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm() local
591 static unsigned int crypto_skcipher_extsize(struct crypto_alg *alg) in crypto_skcipher_extsize()
609 static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_skcipher_show()
626 struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report()
707 int skcipher_prepare_alg_common(struct skcipher_alg_common *alg) in skcipher_prepare_alg_common()
724 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
751 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
764 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()