Lines Matching defs:alg
581 static unsigned int crypto_skcipher_extsize(struct crypto_alg *alg) in crypto_skcipher_extsize()
642 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_encrypt_blkcipher() local
651 struct blkcipher_alg *alg = &tfm->__crt_alg->cra_blkcipher; in skcipher_decrypt_blkcipher() local
741 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher; in skcipher_encrypt_ablkcipher() local
750 struct ablkcipher_alg *alg = &tfm->__crt_alg->cra_ablkcipher; in skcipher_decrypt_ablkcipher() local
847 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_skcipher_encrypt() local
864 struct crypto_alg *alg = tfm->base.__crt_alg; in crypto_skcipher_decrypt() local
881 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm() local
889 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm() local
924 static void crypto_skcipher_show(struct seq_file *m, struct crypto_alg *alg) in crypto_skcipher_show()
941 static int crypto_skcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report()
961 static int crypto_skcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report()
1027 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
1047 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
1060 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()