Lines Matching refs:skcipher_alg
577 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
597 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
656 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
664 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
689 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show()
707 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report()
790 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
810 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
823 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
829 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
849 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()