Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dchacha20poly1305.c126 static void chacha_decrypt_done(struct crypto_async_request *areq, int err) in chacha_decrypt_done()
176 static void poly_tail_done(struct crypto_async_request *areq, int err) in poly_tail_done()
210 static void poly_cipherpad_done(struct crypto_async_request *areq, int err) in poly_cipherpad_done()
240 static void poly_cipher_done(struct crypto_async_request *areq, int err) in poly_cipher_done()
271 static void poly_adpad_done(struct crypto_async_request *areq, int err) in poly_adpad_done()
301 static void poly_ad_done(struct crypto_async_request *areq, int err) in poly_ad_done()
325 static void poly_setkey_done(struct crypto_async_request *areq, int err) in poly_setkey_done()
352 static void poly_init_done(struct crypto_async_request *areq, int err) in poly_init_done()
375 static void poly_genkey_done(struct crypto_async_request *areq, int err) in poly_genkey_done()
415 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()
224 static void crypto_cts_decrypt_done(struct crypto_async_request *areq, int err) in crypto_cts_decrypt_done()
Dgcm.c271 static void gcm_hash_len_done(struct crypto_async_request *areq, int err) in gcm_hash_len_done()
292 static void gcm_hash_crypt_remain_done(struct crypto_async_request *areq, in gcm_hash_crypt_remain_done()
323 static void gcm_hash_crypt_done(struct crypto_async_request *areq, int err) in gcm_hash_crypt_done()
351 static void gcm_hash_assoc_remain_done(struct crypto_async_request *areq, in gcm_hash_assoc_remain_done()
380 static void gcm_hash_assoc_done(struct crypto_async_request *areq, int err) in gcm_hash_assoc_done()
405 static void gcm_hash_init_done(struct crypto_async_request *areq, int err) in gcm_hash_init_done()
458 static void gcm_encrypt_done(struct crypto_async_request *areq, int err) in gcm_encrypt_done()
502 static void gcm_decrypt_done(struct crypto_async_request *areq, int err) in gcm_decrypt_done()
Daf_alg.c661 void af_alg_free_areq_sgls(struct af_alg_async_req *areq) in af_alg_free_areq_sgls()
1032 void af_alg_free_resources(struct af_alg_async_req *areq) in af_alg_free_resources()
1052 struct af_alg_async_req *areq = _req->data; in af_alg_async_cb() local
1101 struct af_alg_async_req *areq = sock_kmalloc(sk, areqlen, GFP_KERNEL); in af_alg_alloc_areq() local
1130 struct af_alg_async_req *areq, size_t maxsize, in af_alg_get_rsgl()
Dauthenc.c127 static void authenc_geniv_ahash_done(struct crypto_async_request *areq, int err) in authenc_geniv_ahash_done()
181 struct aead_request *areq = req->data; in crypto_authenc_encrypt_done() local
279 static void authenc_verify_ahash_done(struct crypto_async_request *areq, in authenc_verify_ahash_done()
Dauthencesn.c125 static void authenc_esn_geniv_ahash_done(struct crypto_async_request *areq, in authenc_esn_geniv_ahash_done()
174 struct aead_request *areq = req->data; in crypto_authenc_esn_encrypt_done() local
276 static void authenc_esn_verify_ahash_done(struct crypto_async_request *areq, in authenc_esn_verify_ahash_done()
Dahash.c323 struct ahash_request *areq = req->data; in ahash_op_unaligned_done() local
401 struct ahash_request *areq = req->data; in ahash_def_finup_done2() local
429 struct ahash_request *areq = req->data; in ahash_def_finup_done1() local
Dxts.c280 static void encrypt_done(struct crypto_async_request *areq, int err) in encrypt_done()
330 static void decrypt_done(struct crypto_async_request *areq, int err) in decrypt_done()
Dlrw.c348 static void encrypt_done(struct crypto_async_request *areq, int err) in encrypt_done()
398 static void decrypt_done(struct crypto_async_request *areq, int err) in decrypt_done()
Dalgif_skcipher.c64 struct af_alg_async_req *areq; in _skcipher_recvmsg() local
Dccm.c237 static void crypto_ccm_encrypt_done(struct crypto_async_request *areq, int err) in crypto_ccm_encrypt_done()
333 static void crypto_ccm_decrypt_done(struct crypto_async_request *areq, in crypto_ccm_decrypt_done()
Dpcrypt.c126 static void pcrypt_aead_done(struct crypto_async_request *areq, int err) in pcrypt_aead_done()
Dalgif_aead.c104 struct af_alg_async_req *areq; in _aead_recvmsg() local
Dcryptd.c984 static void cryptd_aead_encrypt(struct crypto_async_request *areq, int err) in cryptd_aead_encrypt()
994 static void cryptd_aead_decrypt(struct crypto_async_request *areq, int err) in cryptd_aead_decrypt()
/linux-4.19.296/include/crypto/
Dmcryptd.h64 struct ahash_request areq; member