Lines Matching refs:diff_dst
27 bool diff_dst; in qce_ablkcipher_done() local
29 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_done()
30 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_done()
31 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_done()
38 if (diff_dst) in qce_ablkcipher_done()
61 bool diff_dst; in qce_ablkcipher_async_req_handle() local
69 diff_dst = (req->src != req->dst) ? true : false; in qce_ablkcipher_async_req_handle()
70 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()
71 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_ablkcipher_async_req_handle()
74 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()