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 Dauthencesn.c88 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv_tail()
117 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_genicv()
162 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_encrypt()
202 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt_tail()
256 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_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 Dalgif_aead.c134 iv = (u8 *)aead_request_ctx(&areq->cra_u.aead_req) + in _aead_recvmsg()
/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/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/tegra/
H A Dtegra-se-aes.c1200 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()
1440 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_aead_crypt()
/linux/drivers/crypto/caam/
H A Dcaamalg.c1050 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_crypt_done()
1392 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_edesc_alloc()
1528 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_enqueue_req()
1624 struct caam_aead_req_ctx *rctx = aead_request_ctx(req); in aead_do_one_req()
/linux/drivers/crypto/bcm/
H A Dcipher.c2504 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_need_fallback()
2575 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_do_fallback()
2598 struct iproc_reqctx_s *rctx = aead_request_ctx(req); in aead_enqueue()