/openbmc/linux/net/mac80211/ |
H A D | aead_api.c | 40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt() 75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
|
H A D | aes_gmac.c | 59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
|
/openbmc/linux/include/crypto/ |
H A D | aead.h | 423 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()
|
/openbmc/linux/crypto/ |
H A D | echainiv.c | 40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt() 97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
|
H A D | seqiv.c | 61 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_encrypt() 120 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_decrypt()
|
H A D | pcrypt.c | 110 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_encrypt() 161 aead_request_set_tfm(creq, ctx->child); in pcrypt_aead_decrypt()
|
H A D | simd.c | 304 aead_request_set_tfm(subreq, child); in simd_aead_encrypt() 325 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
|
H A D | algif_aead.c | 285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
|
H A D | gcm.c | 750 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt() 946 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
|
H A D | essiv.c | 246 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
|
H A D | ccm.c | 636 aead_request_set_tfm(subreq, child); in crypto_rfc4309_crypt()
|
H A D | cryptd.c | 758 aead_request_set_tfm(subreq, child); in cryptd_aead_crypt()
|
/openbmc/linux/Documentation/crypto/ |
H A D | api-aead.rst | 23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
|
/openbmc/linux/drivers/crypto/xilinx/ |
H A D | zynqmp-aes-gcm.c | 219 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in zynqmp_handle_aes_req()
|
/openbmc/linux/net/tls/ |
H A D | tls_device_fallback.c | 135 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
|
H A D | tls_sw.c | 265 aead_request_set_tfm(aead_req, ctx->aead_recv); in tls_do_decryption() 568 aead_request_set_tfm(aead_req, ctx->aead_send); in tls_do_encryption()
|
/openbmc/linux/drivers/virt/coco/sev-guest/ |
H A D | sev-guest.c | 244 aead_request_set_tfm(req, crypto->tfm); in enc_dec_message()
|
/openbmc/linux/drivers/crypto/amcc/ |
H A D | crypto4xx_alg.c | 356 aead_request_set_tfm(subreq, ctx->sw_cipher.aead); in crypto4xx_aead_fallback()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | aead.c | 529 aead_request_set_tfm(&rctx->fallback_req, ctx->fallback); in qce_aead_crypt()
|
/openbmc/linux/net/tipc/ |
H A D | crypto.c | 802 aead_request_set_tfm(req, tfm); in tipc_aead_encrypt() 927 aead_request_set_tfm(req, tfm); in tipc_aead_decrypt()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-aes.c | 685 aead_request_set_tfm(subreq, ctx->aead_fbk); in starfive_aes_aead_crypt()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_cipher.c | 1152 aead_request_set_tfm(req, __crypto_aead_cast(tfm)); in safexcel_aead_exit_inv() 2938 aead_request_set_tfm(subreq, ctx->fback); in safexcel_aead_chachapoly_crypt() 3407 aead_request_set_tfm(subreq, ctx->fback); in safexcel_aead_fallback_crypt()
|
/openbmc/linux/net/ipv4/ |
H A D | esp4.c | 86 aead_request_set_tfm(req, aead); in esp_tmp_req()
|
/openbmc/linux/net/ipv6/ |
H A D | esp6.c | 103 aead_request_set_tfm(req, aead); in esp_tmp_req()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-aes-core.c | 648 aead_request_set_tfm(subreq, tctx->sw_cipher.aead); in kmb_ocs_aead_common()
|