Home
last modified time | relevance | path

Searched refs:aead_request_set_tfm (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.6/net/mac80211/
Daead_api.c40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt()
75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
Daes_gmac.c59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
/Linux-v6.6/crypto/
Dechainiv.c40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt()
97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
Dseqiv.c61 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_encrypt()
120 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_decrypt()
Dpcrypt.c110 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_encrypt()
157 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_decrypt()
Dsimd.c326 aead_request_set_tfm(subreq, child); in simd_aead_encrypt()
347 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
Dalgif_aead.c285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
Dgcm.c750 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt()
946 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
Dessiv.c246 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
Dccm.c636 aead_request_set_tfm(subreq, child); in crypto_rfc4309_crypt()
Dcryptd.c758 aead_request_set_tfm(subreq, child); in cryptd_aead_crypt()
/Linux-v6.6/include/crypto/
Daead.h423 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() function
448 aead_request_set_tfm(req, tfm); in aead_request_alloc()
/Linux-v6.6/Documentation/crypto/
Dapi-aead.rst23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
/Linux-v6.6/drivers/crypto/xilinx/
Dzynqmp-aes-gcm.c219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
/Linux-v6.6/net/tls/
Dtls_device_fallback.c135 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
Dtls_sw.c246 aead_request_set_tfm(aead_req, ctx->aead_recv); in tls_do_decryption()
533 aead_request_set_tfm(aead_req, ctx->aead_send); in tls_do_encryption()
/Linux-v6.6/drivers/virt/coco/sev-guest/
Dsev-guest.c239 aead_request_set_tfm(req, crypto->tfm); in enc_dec_message()
/Linux-v6.6/drivers/crypto/amcc/
Dcrypto4xx_alg.c356 aead_request_set_tfm(subreq, ctx->sw_cipher.aead); in crypto4xx_aead_fallback()
/Linux-v6.6/drivers/crypto/qce/
Daead.c529 aead_request_set_tfm(&rctx->fallback_req, ctx->fallback); in qce_aead_crypt()
/Linux-v6.6/drivers/crypto/starfive/
Djh7110-aes.c685 aead_request_set_tfm(subreq, ctx->aead_fbk); in starfive_aes_aead_crypt()
/Linux-v6.6/net/tipc/
Dcrypto.c802 aead_request_set_tfm(req, tfm); in tipc_aead_encrypt()
927 aead_request_set_tfm(req, tfm); in tipc_aead_decrypt()
/Linux-v6.6/drivers/crypto/inside-secure/
Dsafexcel_cipher.c1149 aead_request_set_tfm(req, __crypto_aead_cast(tfm)); in safexcel_aead_exit_inv()
2935 aead_request_set_tfm(subreq, ctx->fback); in safexcel_aead_chachapoly_crypt()
3404 aead_request_set_tfm(subreq, ctx->fback); in safexcel_aead_fallback_crypt()
/Linux-v6.6/net/ipv6/
Desp6.c103 aead_request_set_tfm(req, aead); in esp_tmp_req()
/Linux-v6.6/net/ipv4/
Desp4.c86 aead_request_set_tfm(req, aead); in esp_tmp_req()
/Linux-v6.6/drivers/crypto/intel/keembay/
Dkeembay-ocs-aes-core.c648 aead_request_set_tfm(subreq, tctx->sw_cipher.aead); in kmb_ocs_aead_common()

12