Home
last modified time | relevance | path

Searched refs:diff_dst (Results 1 – 3 of 3) sorted by relevance

/drivers/crypto/qce/
Daead.c33 bool diff_dst; in qce_aead_done() local
40 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() local
236 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 …]
Dskcipher.c38 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()
[all …]
/drivers/crypto/
Dsa2ul.c1094 bool diff_dst; in sa_run() local
1106 diff_dst = true; in sa_run()
1109 diff_dst = false; in sa_run()
1197 if (!diff_dst) { in sa_run()