Lines Matching refs:skcipher_alg
582 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
602 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
661 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
669 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
694 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show()
712 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report()
795 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
815 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
828 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
834 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
854 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()