Lines Matching refs:crypto_skcipher
31 static int rk_aes_setkey(struct crypto_skcipher *cipher, in rk_aes_setkey()
45 static int rk_des_setkey(struct crypto_skcipher *cipher, in rk_des_setkey()
60 static int rk_tdes_setkey(struct crypto_skcipher *cipher, in rk_tdes_setkey()
77 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_ecb_encrypt()
87 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_ecb_decrypt()
97 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_cbc_encrypt()
107 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_aes_cbc_decrypt()
117 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_ecb_encrypt()
127 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_ecb_decrypt()
137 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_cbc_encrypt()
147 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des_cbc_decrypt()
157 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_ecb_encrypt()
167 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_ecb_decrypt()
177 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_cbc_encrypt()
187 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_des3_ede_cbc_decrypt()
200 struct crypto_skcipher *cipher = crypto_skcipher_reqtfm(req); in rk_ablk_hw_init()
248 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_set_data_start()
296 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_iv_copyback()
316 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in rk_update_iv()
377 static int rk_ablk_init_tfm(struct crypto_skcipher *tfm) in rk_ablk_init_tfm()
395 static void rk_ablk_exit_tfm(struct crypto_skcipher *tfm) in rk_ablk_exit_tfm()