Lines Matching defs:req

400 	struct skcipher_request *req = skcipher_request_cast(aes->areq);  in mtk_aes_info_init()  local
538 struct skcipher_request *req = skcipher_request_cast(aes->areq); in mtk_aes_start() local
557 struct skcipher_request *req = skcipher_request_cast(aes->areq); in mtk_aes_ctr_transfer() local
605 struct skcipher_request *req = skcipher_request_cast(aes->areq); in mtk_aes_ctr_start() local
645 static int mtk_aes_crypt(struct skcipher_request *req, u64 mode) in mtk_aes_crypt()
663 static int mtk_aes_ecb_encrypt(struct skcipher_request *req) in mtk_aes_ecb_encrypt()
668 static int mtk_aes_ecb_decrypt(struct skcipher_request *req) in mtk_aes_ecb_decrypt()
673 static int mtk_aes_cbc_encrypt(struct skcipher_request *req) in mtk_aes_cbc_encrypt()
678 static int mtk_aes_cbc_decrypt(struct skcipher_request *req) in mtk_aes_cbc_decrypt()
683 static int mtk_aes_ctr_encrypt(struct skcipher_request *req) in mtk_aes_ctr_encrypt()
688 static int mtk_aes_ctr_decrypt(struct skcipher_request *req) in mtk_aes_ctr_decrypt()
693 static int mtk_aes_ofb_encrypt(struct skcipher_request *req) in mtk_aes_ofb_encrypt()
698 static int mtk_aes_ofb_decrypt(struct skcipher_request *req) in mtk_aes_ofb_decrypt()
703 static int mtk_aes_cfb_encrypt(struct skcipher_request *req) in mtk_aes_cfb_encrypt()
708 static int mtk_aes_cfb_decrypt(struct skcipher_request *req) in mtk_aes_cfb_decrypt()
845 struct aead_request *req = aead_request_cast(aes->areq); in mtk_aes_gcm_info_init() local
925 struct aead_request *req = aead_request_cast(aes->areq); in mtk_aes_gcm_start() local
947 static int mtk_aes_gcm_crypt(struct aead_request *req, u64 mode) in mtk_aes_gcm_crypt()
1043 static int mtk_aes_gcm_encrypt(struct aead_request *req) in mtk_aes_gcm_encrypt()
1048 static int mtk_aes_gcm_decrypt(struct aead_request *req) in mtk_aes_gcm_decrypt()