Lines Matching refs:ablkcipher_request
415 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_info_init()
546 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_start()
565 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_ctr_transfer()
614 struct ablkcipher_request *req = ablkcipher_request_cast(aes->areq); in mtk_aes_ctr_start()
655 static int mtk_aes_crypt(struct ablkcipher_request *req, u64 mode) in mtk_aes_crypt()
668 static int mtk_aes_ecb_encrypt(struct ablkcipher_request *req) in mtk_aes_ecb_encrypt()
673 static int mtk_aes_ecb_decrypt(struct ablkcipher_request *req) in mtk_aes_ecb_decrypt()
678 static int mtk_aes_cbc_encrypt(struct ablkcipher_request *req) in mtk_aes_cbc_encrypt()
683 static int mtk_aes_cbc_decrypt(struct ablkcipher_request *req) in mtk_aes_cbc_decrypt()
688 static int mtk_aes_ctr_encrypt(struct ablkcipher_request *req) in mtk_aes_ctr_encrypt()
693 static int mtk_aes_ctr_decrypt(struct ablkcipher_request *req) in mtk_aes_ctr_decrypt()