Lines Matching refs:skcipher_alg
66 static inline struct skcipher_alg *__crypto_skcipher_alg( in __crypto_skcipher_alg()
69 return container_of(alg, struct skcipher_alg, base); in __crypto_skcipher_alg()
311 const struct skcipher_alg *alg = in skcipher_walk_virt()
417 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
437 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
474 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_encrypt()
487 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_decrypt()
536 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_export()
547 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_import()
558 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
566 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
611 struct skcipher_alg *skcipher = __crypto_skcipher_alg(alg); in crypto_skcipher_show()
628 struct skcipher_alg *skcipher = __crypto_skcipher_alg(alg); in crypto_skcipher_report()
724 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
751 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
764 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
770 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
790 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()