Lines Matching refs:crypto_skcipher

19 	struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);  in rk_cipher_need_fallback()
57 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in rk_cipher_fallback()
85 static int rk_aes_setkey(struct crypto_skcipher *cipher, in rk_aes_setkey()
100 static int rk_des_setkey(struct crypto_skcipher *cipher, in rk_des_setkey()
116 static int rk_tdes_setkey(struct crypto_skcipher *cipher, in rk_tdes_setkey()
134 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_ecb_encrypt()
145 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_ecb_decrypt()
156 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_cbc_encrypt()
167 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_cbc_decrypt()
178 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_ecb_encrypt()
189 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_ecb_decrypt()
200 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_cbc_encrypt()
211 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_cbc_decrypt()
222 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_ecb_encrypt()
233 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_ecb_decrypt()
244 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_cbc_encrypt()
255 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_cbc_decrypt()
267 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in rk_ablk_hw_init()
315 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq); in rk_cipher_run()
436 static int rk_ablk_init_tfm(struct crypto_skcipher *tfm) in rk_ablk_init_tfm()
462 static void rk_ablk_exit_tfm(struct crypto_skcipher *tfm) in rk_ablk_exit_tfm()