Lines Matching refs:diff_dst
38 bool diff_dst; in qce_skcipher_done() local
40 diff_dst = (req->src != req->dst) ? true : false; in qce_skcipher_done()
41 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_done()
42 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_done()
49 if (diff_dst) in qce_skcipher_done()
73 bool diff_dst; in qce_skcipher_async_req_handle() local
81 diff_dst = (req->src != req->dst) ? true : false; in qce_skcipher_async_req_handle()
82 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_async_req_handle()
83 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_skcipher_async_req_handle()
86 if (diff_dst) in qce_skcipher_async_req_handle()
132 if (diff_dst) { in qce_skcipher_async_req_handle()
161 if (diff_dst) in qce_skcipher_async_req_handle()