Home
last modified time | relevance | path

Searched refs:aead_request_ctx (Results 1 – 10 of 10) sorted by relevance

/linux/crypto/
H A Dseqiv.c23 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt_complete2()
51 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_encrypt()
103 struct aead_request *subreq = aead_request_ctx(req); in seqiv_aead_decrypt()
H A Dauthenc.c115 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in authenc_geniv_ahash_finish()
152 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_genicv()
193 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_encrypt()
235 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt_tail()
286 struct authenc_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_decrypt()
H A Dessiv.c172 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_done()
187 struct essiv_aead_request_ctx *rctx = aead_request_ctx(req); in essiv_aead_crypt()
208 u8 *iv = (u8 *)aead_request_ctx(req) + tctx->ivoffset; in essiv_aead_crypt()
H A Dccm.c63 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_ccm_reqctx()
600 struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4309_crypt()
/linux/include/crypto/internal/
H A Daead.h68 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() function
80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c141 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_cipher()
245 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_cipher()
379 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_fallback_check()
404 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_fallback_check()
584 struct aead_request *subreq = aead_request_ctx(req); in xilinx_aes_fallback_crypt()
599 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_encrypt()
624 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_encrypt()
649 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_decrypt()
689 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_decrypt()
/linux/drivers/crypto/cavium/nitrox/
H A Dnitrox_aead.c193 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aead_callback()
217 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_enc()
251 struct nitrox_aead_rctx *rctx = aead_request_ctx(areq); in nitrox_aes_gcm_dec()
476 struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq); in nitrox_rfc4106_dec()
/linux/drivers/crypto/
H A Datmel-aes.c1311 struct atmel_aes_reqctx *rctx = aead_request_ctx(req); in atmel_aes_gcm_start()
1532 rctx = aead_request_ctx(req); in atmel_aes_gcm_crypt()
1769 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_complete()
1779 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_start()
1798 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_init()
1819 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_transfer()
1861 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_digest()
1874 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_final()
1991 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_crypt()
/linux/drivers/crypto/starfive/
H A Djh7110-aes.c641 struct starfive_cryp_request_ctx *rctx = aead_request_ctx(req); in starfive_aes_aead_do_one_req()
813 struct aead_request *subreq = aead_request_ctx(req); in starfive_aes_aead_do_fallback()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1199 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_ccm_do_one_req()
1280 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_gcm_do_one_req()
1427 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_aead_crypt()