/linux-4.4.14/drivers/crypto/qce/ |
D | core.h | 41 struct crypto_async_request *req; 50 struct crypto_async_request *req); 65 int (*async_req_handle)(struct crypto_async_request *async_req);
|
D | core.c | 62 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()
|
D | common.c | 230 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()
|
D | common.h | 99 int qce_start(struct crypto_async_request *async_req, u32 type, u32 totallen,
|
D | sha.c | 39 struct crypto_async_request *async_req = data; in qce_ahash_done() 76 static int qce_ahash_async_req_handle(struct crypto_async_request *async_req) in qce_ahash_async_req_handle() 352 static void qce_digest_complete(struct crypto_async_request *req, int error) in qce_digest_complete()
|
D | ablkcipher.c | 27 struct crypto_async_request *async_req = data; in qce_ablkcipher_done() 60 qce_ablkcipher_async_req_handle(struct crypto_async_request *async_req) in qce_ablkcipher_async_req_handle()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | cesa.h | 441 struct crypto_async_request *req; 459 void (*prepare)(struct crypto_async_request *req, 461 int (*process)(struct crypto_async_request *req, u32 status); 462 void (*step)(struct crypto_async_request *req); 463 void (*cleanup)(struct crypto_async_request *req); 697 int mv_cesa_queue_req(struct crypto_async_request *req); 703 static inline int mv_cesa_req_needs_cleanup(struct crypto_async_request *req, in mv_cesa_req_needs_cleanup()
|
D | cesa.c | 42 struct crypto_async_request *req, *backlog; in mv_cesa_dequeue_req_unlocked() 65 struct crypto_async_request *req; in mv_cesa_int() 111 int mv_cesa_queue_req(struct crypto_async_request *req) in mv_cesa_queue_req()
|
D | cipher.c | 131 static int mv_cesa_ablkcipher_process(struct crypto_async_request *req, in mv_cesa_ablkcipher_process() 155 static void mv_cesa_ablkcipher_step(struct crypto_async_request *req) in mv_cesa_ablkcipher_step() 188 static inline void mv_cesa_ablkcipher_prepare(struct crypto_async_request *req, in mv_cesa_ablkcipher_prepare() 202 mv_cesa_ablkcipher_req_cleanup(struct crypto_async_request *req) in mv_cesa_ablkcipher_req_cleanup()
|
D | hash.c | 318 static void mv_cesa_ahash_step(struct crypto_async_request *req) in mv_cesa_ahash_step() 329 static int mv_cesa_ahash_process(struct crypto_async_request *req, u32 status) in mv_cesa_ahash_process() 376 static void mv_cesa_ahash_prepare(struct crypto_async_request *req, in mv_cesa_ahash_prepare() 396 static void mv_cesa_ahash_req_cleanup(struct crypto_async_request *req) in mv_cesa_ahash_req_cleanup() 1051 static void mv_cesa_hmac_ahash_complete(struct crypto_async_request *req, in mv_cesa_hmac_ahash_complete()
|
/linux-4.4.14/crypto/ |
D | chacha20poly1305.c | 120 static void chacha_decrypt_done(struct crypto_async_request *areq, int err) in chacha_decrypt_done() 166 static void poly_tail_done(struct crypto_async_request *areq, int err) in poly_tail_done() 200 static void poly_cipherpad_done(struct crypto_async_request *areq, int err) in poly_cipherpad_done() 230 static void poly_cipher_done(struct crypto_async_request *areq, int err) in poly_cipher_done() 261 static void poly_adpad_done(struct crypto_async_request *areq, int err) in poly_adpad_done() 291 static void poly_ad_done(struct crypto_async_request *areq, int err) in poly_ad_done() 315 static void poly_setkey_done(struct crypto_async_request *areq, int err) in poly_setkey_done() 342 static void poly_init_done(struct crypto_async_request *areq, int err) in poly_init_done() 365 static void poly_genkey_done(struct crypto_async_request *areq, int err) in poly_genkey_done() 405 static void chacha_encrypt_done(struct crypto_async_request *areq, int err) in chacha_encrypt_done()
|
D | cryptd.c | 117 struct crypto_async_request *request) in cryptd_enqueue_request() 137 struct crypto_async_request *req, *backlog; in cryptd_queue_worker() 230 static void cryptd_blkcipher_encrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_encrypt() 239 static void cryptd_blkcipher_decrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_decrypt() 459 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init() 488 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update() 513 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final() 536 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup() 559 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest() 705 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt() [all …]
|
D | mcryptd.c | 100 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()
|
D | gcm.c | 101 static void crypto_gcm_setkey_done(struct crypto_async_request *req, int err) in crypto_gcm_setkey_done() 243 static void gcm_hash_len_done(struct crypto_async_request *areq, int err); 292 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done() 313 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done() 344 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done() 372 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done() 401 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done() 426 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done() 479 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) in gcm_encrypt_done() 523 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) in gcm_decrypt_done()
|
D | ahash.c | 315 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()
|
D | authenc.c | 118 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done() 169 static void crypto_authenc_encrypt_done(struct crypto_async_request *req, in crypto_authenc_encrypt_done() 272 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
|
D | authencesn.c | 124 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done() 170 static void crypto_authenc_esn_encrypt_done(struct crypto_async_request *req, in crypto_authenc_esn_encrypt_done() 267 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
|
D | algapi.c | 885 struct crypto_async_request *request) in crypto_enqueue_request() 905 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue) in crypto_dequeue_request() 920 return list_entry(request, struct crypto_async_request, list); in crypto_dequeue_request() 926 struct crypto_async_request *req; in crypto_tfm_in_queue()
|
D | seqiv.c | 53 static void seqiv_complete(struct crypto_async_request *base, int err) in seqiv_complete() 79 static void seqiv_aead_encrypt_complete(struct crypto_async_request *base, in seqiv_aead_encrypt_complete()
|
D | eseqiv.c | 52 static void eseqiv_complete(struct crypto_async_request *base, int err) in eseqiv_complete()
|
D | echainiv.c | 85 static void echainiv_encrypt_complete(struct crypto_async_request *base, in echainiv_encrypt_complete()
|
D | ccm.c | 287 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) in crypto_ccm_encrypt_done() 383 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, in crypto_ccm_decrypt_done()
|
D | pcrypt.c | 126 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) in pcrypt_aead_done()
|
D | af_alg.c | 497 void af_alg_complete(struct crypto_async_request *req, int err) in af_alg_complete()
|
D | algif_skcipher.c | 95 static void skcipher_async_cb(struct crypto_async_request *req, int err) in skcipher_async_cb()
|
D | tcrypt.c | 83 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
|
D | testmgr.c | 153 static void tcrypt_complete(struct crypto_async_request *req, int err) in tcrypt_complete()
|
/linux-4.4.14/include/crypto/ |
D | if_alg.h | 25 struct crypto_async_request; 85 void af_alg_complete(struct crypto_async_request *req, int err);
|
D | skcipher.h | 37 struct crypto_async_request base; 103 struct crypto_async_request *req) in skcipher_givcrypt_cast() 403 struct crypto_async_request *req) in skcipher_request_cast()
|
D | algapi.h | 184 struct crypto_async_request *request); 185 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue); 323 static inline struct crypto_async_request *crypto_get_backlog( in crypto_get_backlog() 327 container_of(queue->backlog, struct crypto_async_request, list); in crypto_get_backlog()
|
D | hash.h | 54 struct crypto_async_request base; 554 struct crypto_async_request *req) in ahash_request_cast()
|
D | aead.h | 87 struct crypto_async_request base;
|
D | akcipher.h | 33 struct crypto_async_request base;
|
/linux-4.4.14/include/crypto/internal/ |
D | aead.h | 140 struct crypto_async_request *req; in aead_dequeue_request() 149 struct crypto_async_request *req; in aead_get_backlog()
|
/linux-4.4.14/drivers/crypto/ccp/ |
D | ccp-crypto.h | 198 int (*complete)(struct crypto_async_request *req, int ret); 206 int ccp_crypto_enqueue_request(struct crypto_async_request *req,
|
D | ccp-crypto-main.c | 66 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()
|
D | ccp-crypto-aes.c | 25 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()
|
D | ccp-crypto-aes-xts.c | 84 static int ccp_aes_xts_complete(struct crypto_async_request *async_req, int ret) in ccp_aes_xts_complete()
|
D | ccp-crypto-aes-cmac.c | 26 static int ccp_aes_cmac_complete(struct crypto_async_request *async_req, in ccp_aes_cmac_complete()
|
D | ccp-crypto-sha.c | 26 static int ccp_sha_complete(struct crypto_async_request *async_req, int ret) in ccp_sha_complete()
|
/linux-4.4.14/drivers/crypto/amcc/ |
D | crypto4xx_core.h | 66 struct crypto_async_request *async_req; /* base crypto request 181 extern u32 crypto4xx_build_pd(struct crypto_async_request *req,
|
D | crypto4xx_core.c | 759 u32 crypto4xx_build_pd(struct crypto_async_request *req, in crypto4xx_build_pd()
|
/linux-4.4.14/drivers/crypto/ |
D | mxs-dcp.c | 249 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()
|
D | mv_cesa.c | 100 struct crypto_async_request *cur_req; 465 struct crypto_async_request *req = cpg->cur_req; in dequeue_complete_req() 602 struct crypto_async_request *async_req = NULL; in queue_manag() 603 struct crypto_async_request *backlog = NULL; in queue_manag() 646 static int mv_handle_req(struct crypto_async_request *req) in mv_handle_req()
|
D | s5p-sss.c | 466 struct crypto_async_request *async_req, *backlog; in s5p_tasklet_cb()
|
D | bfin_crc.c | 282 struct crypto_async_request *async_req, *backlog; in bfin_crypto_crc_handle_queue()
|
D | sahara.c | 1038 struct crypto_async_request *async_req; in sahara_queue_manage() 1039 struct crypto_async_request *backlog; in sahara_queue_manage()
|
D | img-hash.c | 497 struct crypto_async_request *async_req, *backlog; in img_hash_handle_queue()
|
D | omap-des.c | 592 struct crypto_async_request *async_req, *backlog; in omap_des_handle_queue()
|
D | hifn_795x.c | 2018 struct crypto_async_request *async_req; in hifn_flush() 2137 struct crypto_async_request *async_req, *backlog; in hifn_process_queue()
|
D | omap-aes.c | 611 struct crypto_async_request *async_req, *backlog; in omap_aes_handle_queue()
|
D | atmel-aes.c | 565 struct crypto_async_request *async_req, *backlog; in atmel_aes_handle_queue()
|
D | atmel-tdes.c | 591 struct crypto_async_request *async_req, *backlog; in atmel_tdes_handle_queue()
|
D | atmel-sha.c | 832 struct crypto_async_request *async_req, *backlog; in atmel_sha_handle_queue()
|
D | picoxcell_crypto.c | 95 struct crypto_async_request *req;
|
D | omap-sham.c | 1016 struct crypto_async_request *async_req, *backlog; in omap_sham_handle_queue()
|
D | talitos.c | 2012 static void keyhash_complete(struct crypto_async_request *req, int err) in keyhash_complete()
|
/linux-4.4.14/include/linux/ |
D | crypto.h | 138 struct crypto_async_request; 145 typedef void (*crypto_completion_t)(struct crypto_async_request *req, int err); 154 struct crypto_async_request { struct 164 struct crypto_async_request base; argument 962 struct crypto_async_request *req) in ablkcipher_request_cast()
|
/linux-4.4.14/net/ipv6/ |
D | esp6.c | 117 static void esp_output_done(struct crypto_async_request *base, int err) in esp_output_done() 141 static void esp_output_done_esn(struct crypto_async_request *base, int err) in esp_output_done_esn() 333 static void esp_input_done(struct crypto_async_request *base, int err) in esp_input_done() 346 static void esp_input_done_esn(struct crypto_async_request *base, int err) in esp_input_done_esn()
|
D | ah6.c | 297 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.4.14/net/ipv4/ |
D | esp4.c | 89 static void esp_output_done(struct crypto_async_request *base, int err) in esp_output_done() 113 static void esp_output_done_esn(struct crypto_async_request *base, int err) in esp_output_done_esn() 379 static void esp_input_done(struct crypto_async_request *base, int err) in esp_input_done() 392 static void esp_input_done_esn(struct crypto_async_request *base, int err) in esp_input_done_esn()
|
D | ah4.c | 118 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()
|
/linux-4.4.14/fs/f2fs/ |
D | crypto_key.c | 23 static void derive_crypt_complete(struct crypto_async_request *req, int rc) in derive_crypt_complete()
|
D | crypto.c | 308 static void f2fs_crypt_complete(struct crypto_async_request *req, int res) in f2fs_crypt_complete()
|
D | crypto_fname.c | 41 static void f2fs_dir_crypt_complete(struct crypto_async_request *req, int res) in f2fs_dir_crypt_complete()
|
/linux-4.4.14/fs/ext4/ |
D | crypto_key.c | 20 static void derive_crypt_complete(struct crypto_async_request *req, int rc) in derive_crypt_complete()
|
D | crypto.c | 241 static void ext4_crypt_complete(struct crypto_async_request *req, int res) in ext4_crypt_complete()
|
D | crypto_fname.c | 35 static void ext4_dir_crypt_complete(struct crypto_async_request *req, int res) in ext4_dir_crypt_complete()
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_crypto.c | 199 static void ahash_complete(struct crypto_async_request *req, int err) in ahash_complete()
|
/linux-4.4.14/drivers/md/ |
D | dm-crypt.c | 883 static void kcryptd_async_done(struct crypto_async_request *async_req, 1354 static void kcryptd_async_done(struct crypto_async_request *async_req, in kcryptd_async_done()
|
/linux-4.4.14/fs/ecryptfs/ |
D | crypto.c | 318 static void extent_crypt_complete(struct crypto_async_request *req, int rc) in extent_crypt_complete()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 818 rfc4106_set_hash_subkey_done(struct crypto_async_request *req, int err) in rfc4106_set_hash_subkey_done()
|