Searched refs:aead_request_ctx (Results 1 – 10 of 10) sorted by relevance
23 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()
115 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()
172 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()
63 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()
68 static inline void *aead_request_ctx(struct aead_request *req) in aead_request_ctx() function80 return PTR_ALIGN(aead_request_ctx(req), align); in aead_request_ctx_dma()
141 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()
193 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()
1311 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()
641 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()
1199 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()