Searched refs:diff_dst (Results 1 – 2 of 2) sorted by relevance
37 bool diff_dst; in qce_skcipher_done() local39 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() local80 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()[all …]
1069 bool diff_dst; in sa_run() local1081 diff_dst = true; in sa_run()1084 diff_dst = false; in sa_run()1172 if (!diff_dst) { in sa_run()