Lines Matching refs:diff_dst
37 bool diff_dst; in qce_skcipher_done() local
39 diff_dst = (req->src != req->dst) ? true : false; in qce_skcipher_done()
40 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_done()
41 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_done()
48 if (diff_dst) in qce_skcipher_done()
72 bool diff_dst; in qce_skcipher_async_req_handle() local
80 diff_dst = (req->src != req->dst) ? true : false; in qce_skcipher_async_req_handle()
81 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_async_req_handle()
82 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_async_req_handle()
85 if (diff_dst) in qce_skcipher_async_req_handle()
131 if (diff_dst) { in qce_skcipher_async_req_handle()
160 if (diff_dst) in qce_skcipher_async_req_handle()