Searched refs:aead_request_ctx (Results 1 – 15 of 15) 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()
88 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()
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()
295 subreq = aead_request_ctx(req); in simd_aead_encrypt()316 subreq = aead_request_ctx(req); in simd_aead_decrypt()
85 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()
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()
35 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()
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()
1265 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()
1196 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()
1050 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()
1135 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()
2504 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()
1896 struct aead_request *subreq = aead_request_ctx(req); in sa_aead_run()