Home
last modified time | relevance | path

Searched refs:aead_request_set_callback (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/kernel/crypto/
H A Dechainiv.c59 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()
H A Dseqiv.c95 aead_request_set_callback(subreq, req->base.flags, compl, data); in seqiv_aead_encrypt()
126 aead_request_set_callback(subreq, req->base.flags, compl, data); in seqiv_aead_decrypt()
H A Dpcrypt.c111 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_encrypt()
158 aead_request_set_callback(creq, flags & ~CRYPTO_TFM_REQ_MAY_SLEEP, in pcrypt_aead_decrypt()
H A Dalgif_aead.c293 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()
H A Dgcm.c753 aead_request_set_callback(subreq, req->base.flags, req->base.complete, in crypto_rfc4106_crypt()
949 aead_request_set_callback(subreq, req->base.flags, in crypto_rfc4543_crypt()
H A Dfips140-selftests.c345 aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_SLEEP, NULL, NULL); in fips_test_aead()
H A Dessiv.c243 aead_request_set_callback(subreq, aead_request_flags(req), in essiv_aead_crypt()
H A Dccm.c638 aead_request_set_callback(subreq, req->base.flags, req->base.complete, in crypto_rfc4309_crypt()
H A Dtcrypt.c328 aead_request_set_callback(data[i].req, in test_mb_aead_speed()
586 aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in test_aead_speed()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-aead.rst23 …qsize aead_request_set_tfm aead_request_alloc aead_request_free aead_request_set_callback aead_req…
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/
H A Drtllib_crypt_ccmp.c208 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()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c216 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()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dlib80211_crypt_ccmp.c223 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()
/OK3568_Linux_fs/kernel/include/crypto/
H A Daead.h458 static inline void aead_request_set_callback(struct aead_request *req, in aead_request_set_callback() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Desp6.c651 aead_request_set_callback(req, 0, esp_output_done_esn, skb); in esp6_output_tail()
653 aead_request_set_callback(req, 0, esp_output_done, skb); in esp6_output_tail()
1003 aead_request_set_callback(req, 0, esp_input_done_esn, skb); in esp6_input()
1005 aead_request_set_callback(req, 0, esp_input_done, skb); in esp6_input()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Desp4.c617 aead_request_set_callback(req, 0, esp_output_done_esn, skb); in esp_output_tail()
619 aead_request_set_callback(req, 0, esp_output_done, skb); in esp_output_tail()
958 aead_request_set_callback(req, 0, esp_input_done_esn, skb); in esp_input()
960 aead_request_set_callback(req, 0, esp_input_done, skb); in esp_input()
/OK3568_Linux_fs/kernel/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c221 aead_request_set_callback(subreq, areq->base.flags, in zynqmp_handle_aes_req()
/OK3568_Linux_fs/kernel/net/mac802154/
H A Dllsec.c679 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()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/cryptodev_linux/
H A Dcryptlib.c240 aead_request_set_callback(out->async.arequest, in cryptodev_cipher_init()
/OK3568_Linux_fs/kernel/drivers/crypto/rockchip/
H A Drk_crypto_skcipher_utils.c389 aead_request_set_callback(subreq, req->base.flags, req->base.complete, req->base.data); in rk_aead_fallback()
/OK3568_Linux_fs/kernel/net/tls/
H A Dtls_sw.c255 aead_request_set_callback(aead_req, in tls_do_decryption()
260 aead_request_set_callback(aead_req, in tls_do_decryption()
531 aead_request_set_callback(aead_req, CRYPTO_TFM_REQ_MAY_BACKLOG, in tls_do_encryption()
/OK3568_Linux_fs/kernel/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c357 aead_request_set_callback(subreq, req->base.flags, in crypto4xx_aead_fallback()
/OK3568_Linux_fs/kernel/net/tipc/
H A Dcrypto.c811 aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in tipc_aead_encrypt()
936 aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in tipc_aead_decrypt()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c1130 aead_request_set_callback(req, CRYPTO_TFM_REQ_MAY_BACKLOG, in safexcel_aead_exit_inv()
2930 aead_request_set_callback(subreq, req->base.flags, req->base.complete, in safexcel_aead_chachapoly_crypt()
3399 aead_request_set_callback(subreq, req->base.flags, req->base.complete, in safexcel_aead_fallback_crypt()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dpicoxcell_crypto.c536 aead_request_set_callback(subreq, req->base.flags, in spacc_aead_do_fallback()

12