Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Daead.h495 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() function
504 aead_request_set_tfm(req, &tfm->base); in aead_request_set_sync_tfm()
526 aead_request_set_tfm(req, tfm); in aead_request_alloc()
/linux/net/mac80211/
H A Daead_api.c40 aead_request_set_tfm(aead_req, tfm); in aead_encrypt()
75 aead_request_set_tfm(aead_req, tfm); in aead_decrypt()
/linux/crypto/
H A Dseqiv.c62 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_encrypt()
111 aead_request_set_tfm(subreq, ctx->child); in seqiv_aead_decrypt()
H A Dessiv.c244 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
H A Dccm.c631 aead_request_set_tfm(subreq, child); in crypto_rfc4309_crypt()
/linux/drivers/net/ovpn/
H A Dcrypto_aead.c231 aead_request_set_tfm(req, ks->encrypt); in ovpn_aead_encrypt()
318 aead_request_set_tfm(req, ks->decrypt); in ovpn_aead_decrypt()
/linux/net/tls/
H A Dtls_device_fallback.c114 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
H A Dtls_sw.c266 aead_request_set_tfm(aead_req, ctx->aead_recv); in tls_do_decryption()
569 aead_request_set_tfm(aead_req, ctx->aead_send); in tls_do_encryption()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c588 aead_request_set_tfm(subreq, tfm_ctx->fbk_cipher); in xilinx_aes_fallback_crypt()
/linux/net/tipc/
H A Dcrypto.c793 aead_request_set_tfm(req, tfm); in tipc_aead_encrypt()
927 aead_request_set_tfm(req, tfm); in tipc_aead_decrypt()
/linux/net/ipv6/
H A Desp6.c104 aead_request_set_tfm(req, aead); in esp_tmp_req()
/linux/net/ipv4/
H A Desp4.c87 aead_request_set_tfm(req, aead); in esp_tmp_req()
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c815 aead_request_set_tfm(subreq, ctx->aead_fbk); in starfive_aes_aead_do_fallback()
/linux/drivers/net/
H A Dmacsec.c592 aead_request_set_tfm(req, tfm); in macsec_alloc_req()