Lines Matching refs:diff_dst
35 bool diff_dst; in qce_ablkcipher_done() local
37 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_done()
38 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_done()
39 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_done()
46 if (diff_dst) in qce_ablkcipher_done()
69 bool diff_dst; in qce_ablkcipher_async_req_handle() local
77 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_async_req_handle()
78 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()
79 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()
82 if (diff_dst) in qce_ablkcipher_async_req_handle()
117 if (diff_dst) { in qce_ablkcipher_async_req_handle()
143 if (diff_dst) in qce_ablkcipher_async_req_handle()