Home
last modified time | relevance | path

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

12

/linux-3.4.99/include/crypto/
Dif_alg.h25 struct crypto_async_request;
76 void af_alg_complete(struct crypto_async_request *req, int err);
Dalgapi.h177 struct crypto_async_request *request);
179 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue);
329 static inline struct crypto_async_request *crypto_get_backlog( in crypto_get_backlog()
333 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.h28 struct crypto_async_request base;
234 struct crypto_async_request *req) in ahash_request_cast()
/linux-3.4.99/crypto/
Dcryptd.c117 struct crypto_async_request *request) in cryptd_enqueue_request()
137 struct crypto_async_request *req, *backlog; in cryptd_queue_worker()
217 static void cryptd_blkcipher_encrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_encrypt()
226 static void cryptd_blkcipher_decrypt(struct crypto_async_request *req, int err) in cryptd_blkcipher_decrypt()
430 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) in cryptd_hash_init()
459 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) in cryptd_hash_update()
484 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) in cryptd_hash_final()
507 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) in cryptd_hash_finup()
530 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) in cryptd_hash_digest()
649 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
[all …]
Dgcm.c87 static void crypto_gcm_setkey_done(struct crypto_async_request *req, int err) in crypto_gcm_setkey_done()
220 static void gcm_hash_len_done(struct crypto_async_request *areq, int err);
221 static void gcm_hash_final_done(struct crypto_async_request *areq, int err);
295 static void gcm_hash_final_done(struct crypto_async_request *areq, int err) in gcm_hash_final_done()
315 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done()
335 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done()
361 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done()
391 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done()
416 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done()
445 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done()
[all …]
Dauthencesn.c114 static void authenc_esn_geniv_ahash_update_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_update_done()
154 static void authenc_esn_geniv_ahash_update_done2(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_update_done2()
185 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done()
206 static void authenc_esn_verify_ahash_update_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_update_done()
267 static void authenc_esn_verify_ahash_update_done2(struct crypto_async_request *areq, in authenc_esn_verify_ahash_update_done2()
317 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
470 static void crypto_authenc_esn_encrypt_done(struct crypto_async_request *req, in crypto_authenc_esn_encrypt_done()
515 static void crypto_authenc_esn_givencrypt_done(struct crypto_async_request *req, in crypto_authenc_esn_givencrypt_done()
Dauthenc.c110 static void authenc_geniv_ahash_update_done(struct crypto_async_request *areq, in authenc_geniv_ahash_update_done()
140 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done()
159 static void authenc_verify_ahash_update_done(struct crypto_async_request *areq, in authenc_verify_ahash_update_done()
208 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
363 static void crypto_authenc_encrypt_done(struct crypto_async_request *req, in crypto_authenc_encrypt_done()
409 static void crypto_authenc_givencrypt_done(struct crypto_async_request *req, in crypto_authenc_givencrypt_done()
Dahash.c207 static void ahash_op_unaligned_done(struct crypto_async_request *req, int err) in ahash_op_unaligned_done()
293 static void ahash_def_finup_done2(struct crypto_async_request *req, int err) in ahash_def_finup_done2()
319 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.c869 struct crypto_async_request *request) in crypto_enqueue_request()
904 return (char *)list_entry(request, struct crypto_async_request, list) - in __crypto_dequeue_request()
909 struct crypto_async_request *crypto_dequeue_request(struct crypto_queue *queue) in crypto_dequeue_request()
917 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.c446 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()
/linux-3.4.99/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,
/linux-3.4.99/include/linux/
Dcrypto.h118 struct crypto_async_request;
128 typedef void (*crypto_completion_t)(struct crypto_async_request *req, int err);
130 struct crypto_async_request { struct
140 struct crypto_async_request base; argument
164 struct crypto_async_request base;
687 struct crypto_async_request *req) in ablkcipher_request_cast()
/linux-3.4.99/drivers/crypto/
Dmv_cesa.c88 struct crypto_async_request *cur_req;
434 struct crypto_async_request *req = cpg->cur_req; in dequeue_complete_req()
571 struct crypto_async_request *async_req = NULL; in queue_manag()
572 struct crypto_async_request *backlog; in queue_manag()
615 static int mv_handle_req(struct crypto_async_request *req) in mv_handle_req()
Ds5p-sss.c406 struct crypto_async_request *async_req, *backlog; in s5p_tasklet_cb()
Domap-aes.c589 struct crypto_async_request *async_req, *backlog; in omap_aes_handle_queue()
/linux-3.4.99/net/ipv4/
Dah4.c118 static void ah_output_done(struct crypto_async_request *base, int err) in ah_output_done()
247 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()
361 static void esp_input_done(struct crypto_async_request *base, int err) in esp_input_done()
/linux-3.4.99/net/ipv6/
Dah6.c296 static void ah6_output_done(struct crypto_async_request *base, int err) in ah6_output_done()
447 static void ah6_input_done(struct crypto_async_request *base, int err) in ah6_input_done()
Desp6.c134 static void esp_output_done(struct crypto_async_request *base, int err) in esp_output_done()
312 static void esp_input_done(struct crypto_async_request *base, int err) in esp_input_done()
/linux-3.4.99/drivers/md/
Ddm-crypt.c745 static void kcryptd_async_done(struct crypto_async_request *async_req,
1190 static void kcryptd_async_done(struct crypto_async_request *async_req, in kcryptd_async_done()

12