Lines Matching refs:skcipher_alg
801 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
821 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey()
881 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
889 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
926 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show()
944 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_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()
1066 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
1086 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()