Lines Matching refs:skcipher_alg
788 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
808 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey()
832 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
840 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
879 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show()
897 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report()
959 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
979 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
992 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
998 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
1018 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()