Searched refs:diff_dst (Results 1 – 3 of 3) sorted by relevance
33 bool diff_dst; in qce_aead_done() local40 diff_dst = (req->src != req->dst) ? true : false; in qce_aead_done()41 dir_src = diff_dst ? DMA_TO_DEVICE : DMA_BIDIRECTIONAL; in qce_aead_done()42 dir_dst = diff_dst ? DMA_FROM_DEVICE : DMA_BIDIRECTIONAL; in qce_aead_done()48 if (diff_dst) in qce_aead_done()56 if (diff_dst) in qce_aead_done()59 if (!(IS_DECRYPT(rctx->flags) && !diff_dst)) in qce_aead_done()194 bool diff_dst; in qce_aead_ccm_prepare_buf_assoclen() local236 diff_dst = (req->src != req->dst) ? true : false; in qce_aead_ccm_prepare_buf_assoclen()238 if (diff_dst) in qce_aead_ccm_prepare_buf_assoclen()[all …]
38 bool diff_dst; in qce_skcipher_done() local40 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() local81 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()[all …]
1094 bool diff_dst; in sa_run() local1106 diff_dst = true; in sa_run()1109 diff_dst = false; in sa_run()1197 if (!diff_dst) { in sa_run()