Home
last modified time | relevance | path

Searched refs:crypto_aead_ctx_dma (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/internal/
H A Daead.h42 static inline void *crypto_aead_ctx_dma(struct crypto_aead *tfm) in crypto_aead_ctx_dma() function
/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_algs.c508 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(tfm); in cpt_aead_init()
619 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(tfm); in otx_cpt_aead_exit()
634 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(tfm); in otx_cpt_aead_set_authsize()
752 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(cipher); in aead_hmac_init()
855 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(cipher); in otx_cpt_aead_gcm_aes_setkey()
890 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(tfm); in create_aead_ctx_hdr()
975 struct otx_cpt_aead_ctx *ctx = crypto_aead_ctx_dma(tfm); in create_hmac_ctx_hdr()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c475 struct nitrox_crypto_ctx *nctx = crypto_aead_ctx_dma(aead); in nitrox_rfc4106_dec()