Home
last modified time | relevance | path

Searched refs:aead_request_ctx (Results 1 – 15 of 15) 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()
249 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 Dsimd.c295 subreq = aead_request_ctx(req); in simd_aead_encrypt()
316 subreq = aead_request_ctx(req); in simd_aead_decrypt()
H A Dgcm.c85 return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1); in crypto_gcm_reqctx()
716 struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4106_crypt()
924 struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req); in crypto_rfc4543_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/inside-secure/eip93/
H A Deip93-aead.c35 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_handle_result()
46 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_send_req()
188 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_crypt()
219 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_aead_encrypt()
239 struct eip93_cipher_reqctx *rctx = aead_request_ctx(req); in eip93_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/axis/
H A Dartpec6_crypto.c1265 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_encrypt()
1286 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req); in artpec6_crypto_aead_decrypt()
1837 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_prepare_aead()
2191 struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq); in artpec6_crypto_complete_aead()
/linux/drivers/crypto/tegra/
H A Dtegra-se-aes.c1196 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_ccm_do_one_req()
1274 struct tegra_aead_reqctx *rctx = aead_request_ctx(req); in tegra_gcm_do_one_req()
1432 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/stm32/
H A Dstm32-cryp.c1135 struct stm32_cryp_reqctx *rctx = aead_request_ctx(req); in stm32_cryp_aead_crypt()
1683 rctx = req ? skcipher_request_ctx(req) : aead_request_ctx(areq); in stm32_cryp_prepare_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()
/linux/drivers/crypto/
H A Dsa2ul.c1896 struct aead_request *subreq = aead_request_ctx(req); in sa_aead_run()