Home
last modified time | relevance | path

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

/drivers/crypto/qce/
A Daead.c33 bool diff_dst; in qce_aead_done() local
48 if (diff_dst) in qce_aead_done()
56 if (diff_dst) in qce_aead_done()
194 bool diff_dst; in qce_aead_ccm_prepare_buf_assoclen() local
238 if (diff_dst) in qce_aead_ccm_prepare_buf_assoclen()
281 if (diff_dst) { in qce_aead_ccm_prepare_buf_assoclen()
315 if (diff_dst) { in qce_aead_prepare_buf()
345 if (diff_dst) { in qce_aead_ccm_prepare_buf()
417 bool diff_dst; in qce_aead_async_req_handle() local
487 if (diff_dst) in qce_aead_async_req_handle()
[all …]
A 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()
86 if (diff_dst) in qce_skcipher_async_req_handle()
132 if (diff_dst) { in qce_skcipher_async_req_handle()
[all …]
/drivers/crypto/
A Dsa2ul.c1095 bool diff_dst; in sa_run() local
1107 diff_dst = true; in sa_run()
1110 diff_dst = false; in sa_run()
1198 if (!diff_dst) { in sa_run()

Completed in 13 milliseconds