| /linux/drivers/crypto/ccp/ |
| H A D | ccp-crypto-main.c | 152 crypto_request_complete(req, -EINPROGRESS); in ccp_crypto_complete() 165 crypto_request_complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete() 170 crypto_request_complete(req, -EINPROGRESS); in ccp_crypto_complete() 176 crypto_request_complete(req, ret); in ccp_crypto_complete() 192 crypto_request_complete(held->req, ret); in ccp_crypto_complete() 197 crypto_request_complete(backlog->req, -EINPROGRESS); in ccp_crypto_complete()
|
| /linux/drivers/crypto/qce/ |
| H A D | core.c | 112 crypto_request_complete(backlog, -EINPROGRESS); in qce_handle_queue() 136 crypto_request_complete(req, qce->result); in qce_req_done_work()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_algs_send.c | 38 crypto_request_complete(req->base, -EINPROGRESS); in qat_alg_send_backlog()
|
| /linux/include/crypto/internal/ |
| H A D | akcipher.h | 72 crypto_request_complete(&req->base, err); in akcipher_request_complete()
|
| H A D | kpp.h | 88 crypto_request_complete(&req->base, err); in kpp_request_complete()
|
| H A D | aead.h | 85 crypto_request_complete(&req->base, err); in aead_request_complete()
|
| H A D | acompress.h | 120 crypto_request_complete(&req->base, err); in acomp_request_complete()
|
| H A D | skcipher.h | 136 crypto_request_complete(&req->base, err); in skcipher_request_complete()
|
| H A D | hash.h | 248 crypto_request_complete(&req->base, err); in ahash_request_complete()
|
| /linux/drivers/crypto/ |
| H A D | mxs-dcp.c | 436 crypto_request_complete(backlog, -EINPROGRESS); in dcp_chan_thread_aes() 440 crypto_request_complete(arq, ret); in dcp_chan_thread_aes() 766 crypto_request_complete(backlog, -EINPROGRESS); in dcp_chan_thread_sha() 770 crypto_request_complete(arq, ret); in dcp_chan_thread_sha()
|
| H A D | s5p-sss.c | 1378 crypto_request_complete(backlog, -EINPROGRESS); in s5p_hash_handle_queue() 1969 crypto_request_complete(backlog, -EINPROGRESS); in s5p_tasklet_cb()
|
| H A D | atmel-tdes.c | 581 crypto_request_complete(backlog, -EINPROGRESS); in atmel_tdes_handle_queue()
|
| H A D | img-hash.c | 530 crypto_request_complete(backlog, -EINPROGRESS); in img_hash_handle_queue()
|
| H A D | atmel-aes.c | 539 crypto_request_complete(dd->areq, err); in atmel_aes_complete() 924 crypto_request_complete(backlog, -EINPROGRESS); in atmel_aes_handle_queue()
|
| /linux/drivers/crypto/marvell/cesa/ |
| H A D | cesa.c | 63 crypto_request_complete(backlog, -EINPROGRESS); in mv_cesa_rearm_engine() 103 crypto_request_complete(req, res); in mv_cesa_complete_req()
|
| H A D | tdma.c | 182 crypto_request_complete(backlog, -EINPROGRESS); in mv_cesa_tdma_process()
|
| /linux/include/crypto/ |
| H A D | algapi.h | 267 static inline void crypto_request_complete(struct crypto_async_request *req, in crypto_request_complete() function
|
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.c | 31 crypto_request_complete(req, !status); in cvm_callback()
|
| /linux/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.c | 256 crypto_request_complete(req->base, -EINPROGRESS); in sec_alg_send_backlog_soft() 257 crypto_request_complete(req->base, ret); in sec_alg_send_backlog_soft() 273 crypto_request_complete(req->base, -EINPROGRESS); in sec_alg_send_backlog() 1686 crypto_request_complete(req->base, err); in sec_skcipher_callback() 1944 crypto_request_complete(req->base, err); in sec_aead_callback()
|
| /linux/crypto/ |
| H A D | cryptd.c | 186 crypto_request_complete(backlog, -EINPROGRESS); in cryptd_queue_worker() 187 crypto_request_complete(req, 0); in cryptd_queue_worker()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 2150 crypto_request_complete(req->req, -EINPROGRESS); in artpec6_crypto_task() 2156 crypto_request_complete(req, 0); in artpec6_crypto_complete_crypto() 2223 crypto_request_complete(req, 0); in artpec6_crypto_complete_hash()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.c | 142 crypto_request_complete(areq, status); in otx_cpt_aead_callback() 192 crypto_request_complete(areq, status); in otx_cpt_skcipher_callback()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.c | 125 crypto_request_complete(areq, status); in otx2_cpt_aead_callback() 175 crypto_request_complete(areq, status); in otx2_cpt_skcipher_callback()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel.c | 853 crypto_request_complete(backlog, -EINPROGRESS); in safexcel_dequeue() 1042 crypto_request_complete(req, ret); in safexcel_handle_result_descriptor()
|
| /linux/drivers/crypto/hisilicon/sec/ |
| H A D | sec_algs.c | 507 crypto_request_complete(backlog_req->req_base, in sec_skcipher_alg_callback()
|