Home
last modified time | relevance | path

Searched refs:crypto_async_request (Results 1 – 60 of 60) sorted by relevance

/linux-4.1.27/drivers/crypto/qce/
Dcore.h41 struct crypto_async_request *req;
50 struct crypto_async_request *req);
65 int (*async_req_handle)(struct crypto_async_request *async_req);
Dcore.c62 static int qce_handle_request(struct crypto_async_request *async_req) in qce_handle_request()
80 struct crypto_async_request *req) in qce_handle_queue()
82 struct crypto_async_request *async_req, *backlog; in qce_handle_queue()
125 struct crypto_async_request *req; in qce_tasklet_req_done()
140 struct crypto_async_request *req) in qce_async_request_enqueue()
Dcommon.c230 static int qce_setup_regs_ahash(struct crypto_async_request *async_req, in qce_setup_regs_ahash()
315 static int qce_setup_regs_ablkcipher(struct crypto_async_request *async_req, in qce_setup_regs_ablkcipher()
396 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen, in qce_start()
Dcommon.h99 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
Dsha.c39 struct crypto_async_request *async_req = data; in qce_ahash_done()
77 static int qce_ahash_async_req_handle(struct crypto_async_request *async_req) in qce_ahash_async_req_handle()
356 static void qce_digest_complete(struct crypto_async_request *req, int error) in qce_digest_complete()
Dablkcipher.c27 struct crypto_async_request *async_req = data; in qce_ablkcipher_done()
62 qce_ablkcipher_async_req_handle(struct crypto_async_request *async_req) in qce_ablkcipher_async_req_handle()
/linux-4.1.27/include/crypto/
Dif_alg.h25 struct crypto_async_request;
85 void af_alg_complete(struct crypto_async_request *req, int err);
Dalgapi.h180 struct crypto_async_request *request);
182 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);
336 static inline struct crypto_async_request *crypto_get_backlog( in crypto_get_backlog()
340 container_of(queue->backlog, struct crypto_async_request, list); in crypto_get_backlog()
Dskcipher.h62 struct crypto_async_request *req) in skcipher_givcrypt_cast()
Dhash.h54 struct crypto_async_request base;
535 struct crypto_async_request *req) in ahash_request_cast()
/linux-4.1.27/crypto/
Dcryptd.c117 struct crypto_async_request *request) in cryptd_enqueue_request()
137 struct crypto_async_request *req, *backlog; in cryptd_queue_worker()
231 static void cryptd_blkcipher_encrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_encrypt()
240 static void cryptd_blkcipher_decrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_decrypt()
450 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init()
479 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update()
504 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final()
527 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup()
550 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
676 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
[all …]
Dmcryptd.c100 struct crypto_async_request *request, in mcryptd_enqueue_request()
156 struct crypto_async_request *req, *backlog; in mcryptd_queue_worker()
335 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err) in mcryptd_hash_init()
364 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err) in mcryptd_hash_update()
390 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err) in mcryptd_hash_final()
416 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err) in mcryptd_hash_finup()
443 static void mcryptd_hash_digest(struct crypto_async_request *req_async, int err) in mcryptd_hash_digest()
Dgcm.c93 static void crypto_gcm_setkey_done(struct crypto_async_request *req, int err) in crypto_gcm_setkey_done()
226 static void gcm_hash_len_done(struct crypto_async_request *areq, int err);
227 static void gcm_hash_final_done(struct crypto_async_request *areq, int err);
301 static void gcm_hash_final_done(struct crypto_async_request *areq, int err) in gcm_hash_final_done()
321 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done()
341 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done()
367 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done()
397 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done()
422 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done()
451 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done()
[all …]
Dauthencesn.c96 static void authenc_esn_geniv_ahash_update_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_update_done()
136 static void authenc_esn_geniv_ahash_update_done2(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_update_done2()
167 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done()
188 static void authenc_esn_verify_ahash_update_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_update_done()
249 static void authenc_esn_verify_ahash_update_done2(struct crypto_async_request *areq, in authenc_esn_verify_ahash_update_done2()
299 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
452 static void crypto_authenc_esn_encrypt_done(struct crypto_async_request *req, in crypto_authenc_esn_encrypt_done()
497 static void crypto_authenc_esn_givencrypt_done(struct crypto_async_request *req, in crypto_authenc_esn_givencrypt_done()
Dauthenc.c122 static void authenc_geniv_ahash_update_done(struct crypto_async_request *areq, in authenc_geniv_ahash_update_done()
152 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done()
171 static void authenc_verify_ahash_update_done(struct crypto_async_request *areq, in authenc_verify_ahash_update_done()
220 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
375 static void crypto_authenc_encrypt_done(struct crypto_async_request *req, in crypto_authenc_encrypt_done()
421 static void crypto_authenc_givencrypt_done(struct crypto_async_request *req, in crypto_authenc_givencrypt_done()
Dahash.c315 static void ahash_op_unaligned_done(struct crypto_async_request *req, int err) in ahash_op_unaligned_done()
394 static void ahash_def_finup_done2(struct crypto_async_request *req, int err) in ahash_def_finup_done2()
417 static void ahash_def_finup_done1(struct crypto_async_request *req, int err) in ahash_def_finup_done1()
Dseqiv.c50 static void seqiv_complete(struct crypto_async_request *base, int err) in seqiv_complete()
76 static void seqiv_aead_complete(struct crypto_async_request *base, int err) in seqiv_aead_complete()
Dalgapi.c861 struct crypto_async_request *request) in crypto_enqueue_request()
896 return (char *)list_entry(request, struct crypto_async_request, list) - in __crypto_dequeue_request()
901 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue) in crypto_dequeue_request()
909 struct crypto_async_request *req; in crypto_tfm_in_queue()
Deseqiv.c52 static void eseqiv_complete(struct crypto_async_request *base, int err) in eseqiv_complete()
Dccm.c281 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) in crypto_ccm_encrypt_done()
356 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, in crypto_ccm_decrypt_done()
Daf_alg.c494 void af_alg_complete(struct crypto_async_request *req, int err) in af_alg_complete()
Dpcrypt.c133 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) in pcrypt_aead_done()
Dalgif_skcipher.c103 static void skcipher_async_cb(struct crypto_async_request *req, int err) in skcipher_async_cb()
Dtcrypt.c756 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
Dtestmgr.c143 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto.h198 int (*complete)(struct crypto_async_request *req, int ret);
206 int ccp_crypto_enqueue_request(struct crypto_async_request *req,
Dccp-crypto-main.c66 struct crypto_async_request *req;
140 struct crypto_async_request *req = crypto_cmd->req; in ccp_crypto_complete()
268 int ccp_crypto_enqueue_request(struct crypto_async_request *req, in ccp_crypto_enqueue_request()
Dccp-crypto-aes.c25 static int ccp_aes_complete(struct crypto_async_request *async_req, int ret) in ccp_aes_complete()
143 static int ccp_aes_rfc3686_complete(struct crypto_async_request *async_req, in ccp_aes_rfc3686_complete()
Dccp-crypto-aes-xts.c84 static int ccp_aes_xts_complete(struct crypto_async_request *async_req, int ret) in ccp_aes_xts_complete()
Dccp-crypto-aes-cmac.c26 static int ccp_aes_cmac_complete(struct crypto_async_request *async_req, in ccp_aes_cmac_complete()
Dccp-crypto-sha.c26 static int ccp_sha_complete(struct crypto_async_request *async_req, int ret) in ccp_sha_complete()
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.h66 struct crypto_async_request *async_req; /* base crypto request
181 extern u32 crypto4xx_build_pd(struct crypto_async_request *req,
Dcrypto4xx_core.c779 u32 crypto4xx_build_pd(struct crypto_async_request *req, in crypto4xx_build_pd()
/linux-4.1.27/drivers/crypto/
Dmxs-dcp.c249 static int mxs_dcp_aes_block_crypt(struct crypto_async_request *arq) in mxs_dcp_aes_block_crypt()
347 struct crypto_async_request *backlog; in dcp_chan_thread_aes()
348 struct crypto_async_request *arq; in dcp_chan_thread_aes()
398 struct crypto_async_request *arq = &req->base; in mxs_dcp_aes_enqueue()
559 static int dcp_sha_req_to_buf(struct crypto_async_request *arq) in dcp_sha_req_to_buf()
640 struct crypto_async_request *backlog; in dcp_chan_thread_sha()
641 struct crypto_async_request *arq; in dcp_chan_thread_sha()
Dmv_cesa.c95 struct crypto_async_request *cur_req;
460 struct crypto_async_request *req = cpg->cur_req; in dequeue_complete_req()
597 struct crypto_async_request *async_req = NULL; in queue_manag()
598 struct crypto_async_request *backlog; in queue_manag()
641 static int mv_handle_req(struct crypto_async_request *req) in mv_handle_req()
Ds5p-sss.c484 struct crypto_async_request *async_req, *backlog; in s5p_tasklet_cb()
Dbfin_crc.c302 struct crypto_async_request *async_req, *backlog; in bfin_crypto_crc_handle_queue()
Dsahara.c1102 struct crypto_async_request *async_req; in sahara_queue_manage()
1103 struct crypto_async_request *backlog; in sahara_queue_manage()
Dimg-hash.c497 struct crypto_async_request *async_req, *backlog; in img_hash_handle_queue()
Domap-des.c592 struct crypto_async_request *async_req, *backlog; in omap_des_handle_queue()
Dhifn_795x.c2020 struct crypto_async_request *async_req; in hifn_flush()
2139 struct crypto_async_request *async_req, *backlog; in hifn_process_queue()
Domap-aes.c610 struct crypto_async_request *async_req, *backlog; in omap_aes_handle_queue()
Datmel-tdes.c591 struct crypto_async_request *async_req, *backlog; in atmel_tdes_handle_queue()
Datmel-sha.c832 struct crypto_async_request *async_req, *backlog; in atmel_sha_handle_queue()
Datmel-aes.c565 struct crypto_async_request *async_req, *backlog; in atmel_aes_handle_queue()
Dpicoxcell_crypto.c94 struct crypto_async_request *req;
Domap-sham.c1010 struct crypto_async_request *async_req, *backlog; in omap_sham_handle_queue()
Dtalitos.c1823 static void keyhash_complete(struct crypto_async_request *req, int err) in keyhash_complete()
/linux-4.1.27/include/linux/
Dcrypto.h137 struct crypto_async_request;
147 typedef void (*crypto_completion_t)(struct crypto_async_request *req, int err);
156 struct crypto_async_request { struct
166 struct crypto_async_request base; argument
190 struct crypto_async_request base;
1095 struct crypto_async_request *req) in ablkcipher_request_cast()
/linux-4.1.27/fs/ext4/
Dcrypto_key.c20 static void derive_crypt_complete(struct crypto_async_request *req, int rc) in derive_crypt_complete()
Dcrypto.c293 static void ext4_crypt_complete(struct crypto_async_request *req, int res) in ext4_crypt_complete()
Dcrypto_fname.c36 static void ext4_dir_crypt_complete(struct crypto_async_request *req, int res) in ext4_dir_crypt_complete()
/linux-4.1.27/net/ipv6/
Desp6.c136 static void esp_output_done(struct crypto_async_request *base, int err) in esp_output_done()
314 static void esp_input_done(struct crypto_async_request *base, int err) in esp_input_done()
Dah6.c297 static void ah6_output_done(struct crypto_async_request *base, int err) in ah6_output_done()
465 static void ah6_input_done(struct crypto_async_request *base, int err) in ah6_input_done()
/linux-4.1.27/net/ipv4/
Dah4.c118 static void ah_output_done(struct crypto_async_request *base, int err) in ah_output_done()
261 static void ah_input_done(struct crypto_async_request *base, int err) in ah_input_done()
Desp4.c108 static void esp_output_done(struct crypto_async_request *base, int err) in esp_output_done()
360 static void esp_input_done(struct crypto_async_request *base, int err) in esp_input_done()
/linux-4.1.27/security/integrity/ima/
Dima_crypto.c199 static void ahash_complete(struct crypto_async_request *req, int err) in ahash_complete()
/linux-4.1.27/drivers/md/
Ddm-crypt.c882 static void kcryptd_async_done(struct crypto_async_request *async_req,
1342 static void kcryptd_async_done(struct crypto_async_request *async_req, in kcryptd_async_done()
/linux-4.1.27/fs/ecryptfs/
Dcrypto.c319 static void extent_crypt_complete(struct crypto_async_request *req, int rc) in extent_crypt_complete()
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c826 rfc4106_set_hash_subkey_done(struct crypto_async_request *req, int err) in rfc4106_set_hash_subkey_done()