Lines Matching refs:skcipher_alg
583 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
603 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
662 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
670 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
695 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show()
713 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report()
796 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
816 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
829 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
835 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
855 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()