| /Linux-v5.4/crypto/ | 
| D | echainiv.c | 59 	aead_request_set_callback(subreq, req->base.flags,  in echainiv_encrypt()102 	aead_request_set_callback(subreq, req->base.flags, compl, data);  in echainiv_decrypt()
 
 | 
| D | seqiv.c | 97 	aead_request_set_callback(subreq, req->base.flags, compl, data);  in seqiv_aead_encrypt()128 	aead_request_set_callback(subreq, req->base.flags, compl, data);  in seqiv_aead_decrypt()
 
 | 
| D | pcrypt.c | 100 	aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP,  in pcrypt_aead_encrypt()142 	aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP,  in pcrypt_aead_decrypt()
 
 | 
| D | algif_aead.c | 293 		aead_request_set_callback(&areq->cra_u.aead_req,  in _aead_recvmsg()306 		aead_request_set_callback(&areq->cra_u.aead_req,  in _aead_recvmsg()
 
 | 
| D | essiv.c | 261 	aead_request_set_callback(subreq, aead_request_flags(req),  in essiv_aead_crypt()
 | 
| D | gcm.c | 792 	aead_request_set_callback(subreq, req->base.flags, req->base.complete,  in crypto_rfc4106_crypt()1009 	aead_request_set_callback(subreq, req->base.flags,  in crypto_rfc4543_crypt()
 
 | 
| D | ccm.c | 676 	aead_request_set_callback(subreq, req->base.flags, req->base.complete,  in crypto_rfc4309_crypt()
 | 
| D | tcrypt.c | 327 		aead_request_set_callback(data[i].req,  in test_mb_aead_speed()585 	aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG,  in test_aead_speed()
 
 | 
| D | testmgr.c | 1920 	aead_request_set_callback(req, req_flags, crypto_req_done, &wait);  in test_aead_vec_cfg()2117 	aead_request_set_callback(req, 0, crypto_req_done, &wait);  in generate_random_aead_testvec()
 
 | 
| /Linux-v5.4/Documentation/crypto/ | 
| D | api-aead.rst | 23 …qsize aead_request_set_tfm aead_request_alloc aead_request_free aead_request_set_callback aead_req…
 | 
| /Linux-v5.4/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_ccmp.c | 208 		aead_request_set_callback(req, 0, NULL, NULL);  in rtllib_ccmp_encrypt()290 		aead_request_set_callback(req, 0, NULL, NULL);  in rtllib_ccmp_decrypt()
 
 | 
| /Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt_ccmp.c | 216 		aead_request_set_callback(req, 0, NULL, NULL);  in ieee80211_ccmp_encrypt()300 		aead_request_set_callback(req, 0, NULL, NULL);  in ieee80211_ccmp_decrypt()
 
 | 
| /Linux-v5.4/include/crypto/ | 
| D | aead.h | 440 static inline void aead_request_set_callback(struct aead_request *req,  in aead_request_set_callback()  function
 | 
| /Linux-v5.4/net/wireless/ | 
| D | lib80211_crypt_ccmp.c | 223 	aead_request_set_callback(req, 0, NULL, NULL);  in lib80211_ccmp_encrypt()323 	aead_request_set_callback(req, 0, NULL, NULL);  in lib80211_ccmp_decrypt()
 
 | 
| /Linux-v5.4/net/ipv6/ | 
| D | esp6.c | 388 		aead_request_set_callback(req, 0, esp_output_done_esn, skb);  in esp6_output_tail()390 		aead_request_set_callback(req, 0, esp_output_done, skb);  in esp6_output_tail()
 668 		aead_request_set_callback(req, 0, esp_input_done_esn, skb);  in esp6_input()
 670 		aead_request_set_callback(req, 0, esp_input_done, skb);  in esp6_input()
 
 | 
| /Linux-v5.4/net/ipv4/ | 
| D | esp4.c | 447 		aead_request_set_callback(req, 0, esp_output_done_esn, skb);  in esp_output_tail()449 		aead_request_set_callback(req, 0, esp_output_done, skb);  in esp_output_tail()
 769 		aead_request_set_callback(req, 0, esp_input_done_esn, skb);  in esp_input()
 771 		aead_request_set_callback(req, 0, esp_input_done, skb);  in esp_input()
 
 | 
| /Linux-v5.4/security/keys/ | 
| D | big_key.c | 118 	aead_request_set_callback(aead_req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL);  in big_key_crypt()
 | 
| /Linux-v5.4/net/mac802154/ | 
| D | llsec.c | 679 	aead_request_set_callback(req, 0, NULL, NULL);  in llsec_do_encrypt_auth()883 	aead_request_set_callback(req, 0, NULL, NULL);  in llsec_do_decrypt_auth()
 
 | 
| /Linux-v5.4/net/tls/ | 
| D | tls_sw.c | 240 		aead_request_set_callback(aead_req,  in tls_do_decryption()245 		aead_request_set_callback(aead_req,  in tls_do_decryption()
 514 	aead_request_set_callback(aead_req, CRYPTO_TFM_REQ_MAY_BACKLOG,  in tls_do_encryption()
 
 | 
| /Linux-v5.4/drivers/crypto/amcc/ | 
| D | crypto4xx_alg.c | 368 	aead_request_set_callback(subreq, req->base.flags,  in crypto4xx_aead_fallback()
 | 
| /Linux-v5.4/drivers/net/ | 
| D | macsec.c | 762 	aead_request_set_callback(req, 0, macsec_encrypt_done, skb);  in macsec_encrypt()984 	aead_request_set_callback(req, 0, macsec_decrypt_done, skb);  in macsec_decrypt()
 
 | 
| /Linux-v5.4/drivers/crypto/ | 
| D | picoxcell_crypto.c | 539 	aead_request_set_callback(subreq, req->base.flags,  in spacc_aead_do_fallback()
 | 
| /Linux-v5.4/drivers/crypto/bcm/ | 
| D | cipher.c | 2675 		aead_request_set_callback(req, req_flags, aead_complete, req);  in aead_do_fallback()2684 			aead_request_set_callback(req, req_flags,  in aead_do_fallback()
 
 | 
| /Linux-v5.4/drivers/crypto/inside-secure/ | 
| D | safexcel_cipher.c | 1006 	aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG,  in safexcel_aead_exit_inv()
 | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-crypt.c | 1164 	aead_request_set_callback(ctx->r.req_aead,  in crypt_alloc_req_aead()
 |