Home
last modified time | relevance | path

Searched defs:areq (Results 1 – 17 of 17) sorted by relevance

/linux-3.3/crypto/
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()
473 struct aead_request *areq = req->data; in crypto_authenc_esn_encrypt_done() local
518 struct aead_request *areq = req->data; in crypto_authenc_esn_givencrypt_done() local
533 struct aead_request *areq = &req->areq; in crypto_authenc_esn_givencrypt() local
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()
366 struct aead_request *areq = req->data; in crypto_authenc_encrypt_done() local
411 struct aead_request *areq = req->data; in crypto_authenc_givencrypt_done() local
426 struct aead_request *areq = &req->areq; in crypto_authenc_givencrypt() local
Dgcm.c294 static void gcm_hash_final_done(struct crypto_async_request *areq, int err) in gcm_hash_final_done()
314 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done()
334 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done()
360 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done()
390 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done()
415 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done()
444 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done()
520 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) in gcm_encrypt_done()
581 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) in gcm_decrypt_done()
Dahash.c209 struct ahash_request *areq = req->data; in ahash_op_unaligned_done() local
295 struct ahash_request *areq = req->data; in ahash_def_finup_done2() local
321 struct ahash_request *areq = req->data; in ahash_def_finup_done1() local
Dpcrypt.c133 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) in pcrypt_aead_done()
245 struct aead_request *areq = &req->areq; in pcrypt_aead_givencrypt() local
Dseqiv.c147 struct aead_request *areq = &req->areq; in seqiv_aead_givencrypt() local
Dccm.c280 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) in crypto_ccm_encrypt_done()
355 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, in crypto_ccm_decrypt_done()
Dcryptd.c644 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
654 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) in cryptd_aead_decrypt()
/linux-3.3/drivers/crypto/
Dtalitos.c891 struct aead_request *areq) in ipsec_esp_unmap()
914 struct aead_request *areq = context; in ipsec_esp_encrypt_done() local
1032 static int ipsec_esp(struct talitos_edesc *edesc, struct aead_request *areq, in ipsec_esp()
1301 static struct talitos_edesc *aead_edesc_alloc(struct aead_request *areq, in aead_edesc_alloc()
1383 struct aead_request *areq = &req->areq; in aead_givencrypt() local
1417 struct ablkcipher_request *areq) in common_nonsnoop_unmap()
1434 struct ablkcipher_request *areq = context; in ablkcipher_done() local
1447 struct ablkcipher_request *areq, in common_nonsnoop()
1546 static struct talitos_edesc *ablkcipher_edesc_alloc(struct ablkcipher_request * in ablkcipher_edesc_alloc()
1556 static int ablkcipher_encrypt(struct ablkcipher_request *areq) in ablkcipher_encrypt()
[all …]
Dpicoxcell_crypto.c323 struct aead_request *areq = container_of(req->req, struct aead_request, in spacc_aead_make_ddts() local
406 struct aead_request *areq = container_of(req->req, struct aead_request, in spacc_aead_free_ddts() local
/linux-3.3/drivers/crypto/caam/
Djr.c236 u32 status, void *areq), in caam_jr_enqueue()
Dcaamalg.c1576 static int aead_givencrypt(struct aead_givcrypt_request *areq) in aead_givencrypt()
/linux-3.3/include/crypto/
Daead.h30 struct aead_request areq; member
/linux-3.3/drivers/mmc/card/
Dblock.c983 struct mmc_async_req *areq) in mmc_blk_err_check()
1255 struct mmc_async_req *areq; in mmc_blk_issue_rw_rq() local
Dmmc_test.c169 struct mmc_async_req areq; member
717 struct mmc_async_req *areq) in mmc_test_check_result_async()
/linux-3.3/include/linux/mmc/
Dhost.h340 struct mmc_async_req *areq; /* active async req */ member
/linux-3.3/drivers/mmc/core/
Dcore.c336 struct mmc_async_req *areq, int *error) in mmc_start_req()