Lines Matching refs:crypto_ablkcipher
30 static int rk_aes_setkey(struct crypto_ablkcipher *cipher, in rk_aes_setkey()
46 static int rk_des_setkey(struct crypto_ablkcipher *cipher, in rk_des_setkey()
61 static int rk_tdes_setkey(struct crypto_ablkcipher *cipher, in rk_tdes_setkey()
78 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_ecb_encrypt()
88 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_ecb_decrypt()
98 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_cbc_encrypt()
108 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_aes_cbc_decrypt()
118 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_ecb_encrypt()
128 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_ecb_decrypt()
138 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_cbc_encrypt()
148 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des_cbc_decrypt()
158 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des3_ede_ecb_encrypt()
168 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des3_ede_ecb_decrypt()
178 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des3_ede_cbc_encrypt()
188 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_des3_ede_cbc_decrypt()
201 struct crypto_ablkcipher *cipher = crypto_ablkcipher_reqtfm(req); in rk_ablk_hw_init()
249 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_set_data_start()
297 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_iv_copyback()
317 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(req); in rk_update_iv()