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()
71 bool diff_dst; in qce_ablkcipher_async_req_handle() local
79 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_async_req_handle()
80 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()
81 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()
85 if (diff_dst) { in qce_ablkcipher_async_req_handle()
124 if (diff_dst) { in qce_ablkcipher_async_req_handle()
151 if (diff_dst) in qce_ablkcipher_async_req_handle()