Home
last modified time | relevance | path

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

/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()
H A Daes_gmac.c59 aead_request_set_tfm(aead_req, tfm); in ieee80211_aes_gmac()
/linux/include/crypto/
H A Daead.h414 static inline void aead_request_set_tfm(struct aead_request *req, in aead_request_set_tfm() function
439 aead_request_set_tfm(req, tfm); in aead_request_alloc()
/linux/crypto/
H A Dechainiv.c40 aead_request_set_tfm(subreq, ctx->child); in echainiv_encrypt()
97 aead_request_set_tfm(subreq, ctx->child); in echainiv_decrypt()
H A 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()
H A Dsimd.c304 aead_request_set_tfm(subreq, child); in simd_aead_encrypt()
325 aead_request_set_tfm(subreq, child); in simd_aead_decrypt()
H A Dalgif_aead.c285 aead_request_set_tfm(&areq->cra_u.aead_req, tfm); in _aead_recvmsg()
H A Dgcm.c748 aead_request_set_tfm(subreq, child); in crypto_rfc4106_crypt()
944 aead_request_set_tfm(subreq, ctx->child); in crypto_rfc4543_crypt()
H A Dessiv.c246 aead_request_set_tfm(subreq, tctx->u.aead); in essiv_aead_crypt()
H A Dccm.c635 aead_request_set_tfm(subreq, child); in crypto_rfc4309_crypt()
H A Dcryptd.c758 aead_request_set_tfm(subreq, child); in cryptd_aead_crypt()
/linux/Documentation/crypto/
H A Dapi-aead.rst23 …:functions: crypto_aead_reqsize aead_request_set_tfm aead_request_alloc aead_request_free aead_req…
/linux/net/tls/
H A Dtls_device_fallback.c130 aead_request_set_tfm(aead_req, aead); in tls_init_aead_request()
H A Dtls_sw.c265 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()
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c342 aead_request_set_tfm(subreq, ctx->sw_cipher.aead); in crypto4xx_aead_fallback()
/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c1152 aead_request_set_tfm(req, __crypto_aead_cast(tfm)); in safexcel_aead_exit_inv()
2862 aead_request_set_tfm(subreq, ctx->fback); in safexcel_aead_chachapoly_crypt()
3255 aead_request_set_tfm(subreq, ctx->fback); in safexcel_aead_fallback_crypt()
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c814 aead_request_set_tfm(subreq, ctx->aead_fbk); in starfive_aes_aead_do_fallback()
/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/marvell/octeontx2/
H A Dotx2_cptvf_algs.c1222 aead_request_set_tfm(&rctx->fbk_req, ctx->fbk_cipher); in aead_do_fallback()
/linux/drivers/md/
H A Ddm-crypt.c1539 aead_request_set_tfm(ctx->r.req_aead, cc->cipher_tfm.tfms_aead[0]); in crypt_alloc_req_aead()
/linux/drivers/net/
H A Dmacsec.c563 aead_request_set_tfm(req, tfm); in macsec_alloc_req()
/linux/fs/smb/client/
H A Dsmb2ops.c4350 aead_request_set_tfm(req, tfm); in crypt_message()