Lines Matching refs:skcipher_alg
86 static inline struct skcipher_alg *__crypto_skcipher_alg( in __crypto_skcipher_alg()
89 return container_of(alg, struct skcipher_alg, base); in __crypto_skcipher_alg()
451 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in skcipher_walk_skcipher()
580 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
600 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in crypto_skcipher_setkey()
637 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_encrypt()
650 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_decrypt()
699 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_export()
710 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in crypto_skcipher_import()
721 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
729 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
774 struct skcipher_alg *skcipher = __crypto_skcipher_alg(alg); in crypto_skcipher_show()
791 struct skcipher_alg *skcipher = __crypto_skcipher_alg(alg); in crypto_skcipher_report()
887 static int skcipher_prepare_alg(struct skcipher_alg *alg) in skcipher_prepare_alg()
914 int crypto_register_skcipher(struct skcipher_alg *alg) in crypto_register_skcipher()
927 void crypto_unregister_skcipher(struct skcipher_alg *alg) in crypto_unregister_skcipher()
933 int crypto_register_skciphers(struct skcipher_alg *algs, int count) in crypto_register_skciphers()
953 void crypto_unregister_skciphers(struct skcipher_alg *algs, int count) in crypto_unregister_skciphers()