Home
last modified time | relevance | path

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

/crypto/
Dchacha20poly1305.c120 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()
196 static void poly_cipherpad_done(struct crypto_async_request *areq, int err) in poly_cipherpad_done()
225 static void poly_cipher_done(struct crypto_async_request *areq, int err) in poly_cipher_done()
255 static void poly_adpad_done(struct crypto_async_request *areq, int err) in poly_adpad_done()
284 static void poly_ad_done(struct crypto_async_request *areq, int err) in poly_ad_done()
308 static void poly_setkey_done(struct crypto_async_request *areq, int err) in poly_setkey_done()
334 static void poly_init_done(struct crypto_async_request *areq, int err) in poly_init_done()
357 static void poly_genkey_done(struct crypto_async_request *areq, int err) in poly_genkey_done()
396 static void chacha_encrypt_done(struct crypto_async_request *areq, int err) in chacha_encrypt_done()
Dcts.c92 static void cts_cbc_crypt_done(struct crypto_async_request *areq, int err) in cts_cbc_crypt_done()
132 static void crypto_cts_encrypt_done(struct crypto_async_request *areq, int err) in crypto_cts_encrypt_done()
226 static void crypto_cts_decrypt_done(struct crypto_async_request *areq, int err) in crypto_cts_decrypt_done()
Dxts.c147 static void cts_done(struct crypto_async_request *areq, int err) in cts_done()
201 static void encrypt_done(struct crypto_async_request *areq, int err) in encrypt_done()
221 static void decrypt_done(struct crypto_async_request *areq, int err) in decrypt_done()
Dgcm.c255 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done()
276 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done()
307 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done()
335 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done()
364 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done()
389 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done()
442 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) in gcm_encrypt_done()
486 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) in gcm_decrypt_done()
Daf_alg.c650 static void af_alg_free_areq_sgls(struct af_alg_async_req *areq) in af_alg_free_areq_sgls()
1017 void af_alg_free_resources(struct af_alg_async_req *areq) in af_alg_free_resources()
1037 struct af_alg_async_req *areq = _req->data; in af_alg_async_cb() local
1086 struct af_alg_async_req *areq = sock_kmalloc(sk, areqlen, GFP_KERNEL); in af_alg_alloc_areq() local
1115 struct af_alg_async_req *areq, size_t maxsize, in af_alg_get_rsgl()
Dauthenc.c122 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done()
176 struct aead_request *areq = req->data; in crypto_authenc_encrypt_done() local
274 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
Dauthencesn.c120 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done()
169 struct aead_request *areq = req->data; in crypto_authenc_esn_encrypt_done() local
271 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
Dahash.c318 struct ahash_request *areq = req->data; in ahash_op_unaligned_done() local
418 struct ahash_request *areq = req->data; in ahash_def_finup_done2() local
446 struct ahash_request *areq = req->data; in ahash_def_finup_done1() local
Dessiv.c151 static void essiv_skcipher_done(struct crypto_async_request *areq, int err) in essiv_skcipher_done()
186 static void essiv_aead_done(struct crypto_async_request *areq, int err) in essiv_aead_done()
Dlrw.c209 static void crypt_done(struct crypto_async_request *areq, int err) in crypt_done()
Dalgif_skcipher.c60 struct af_alg_async_req *areq; in _skcipher_recvmsg() local
Dpcrypt.c59 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) in pcrypt_aead_done()
Dccm.c235 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) in crypto_ccm_encrypt_done()
331 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, in crypto_ccm_decrypt_done()
Dalgif_aead.c100 struct af_alg_async_req *areq; in _aead_recvmsg() local
Dadiantum.c319 static void adiantum_streamcipher_done(struct crypto_async_request *areq, in adiantum_streamcipher_done()
Dcryptd.c785 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
795 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) in cryptd_aead_decrypt()