Home
last modified time | relevance | path

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

12

/linux/drivers/crypto/
H A Domap-aes-gcm.c52 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_done_task()
196 rctx = aead_request_ctx(dd->aead_req); in omap_aes_gcm_dma_out_callback()
220 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_prepare_req()
240 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt()
274 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_encrypt()
282 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_decrypt()
291 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_encrypt()
303 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_4106gcm_decrypt()
363 struct omap_aes_reqctx *rctx = aead_request_ctx(req); in omap_aes_gcm_crypt_req()
H A Datmel-aes.c1316 struct atmel_aes_reqctx *rctx = aead_request_ctx(req); in atmel_aes_gcm_start()
1537 rctx = aead_request_ctx(req); in atmel_aes_gcm_crypt()
1774 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_complete()
1784 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_start()
1803 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_init()
1824 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_transfer()
1866 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_digest()
1879 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_final()
1996 struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req); in atmel_aes_authenc_crypt()
/linux/crypto/
H A Dchacha20poly1305.c60 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in async_done_continue()
83 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_verify_tag()
102 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_decrypt()
132 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_hash()
206 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in poly_genkey()
244 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chacha_encrypt()
274 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chachapoly_encrypt()
289 struct chachapoly_req_ctx *rctx = aead_request_ctx(req); in chachapoly_decrypt()
H A Dkrb5enc.c144 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_encrypt()
187 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_encrypt_ahash_done()
212 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_encrypt_hash()
250 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_verify_hash()
283 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_decrypt_hash()
312 struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req); in krb5enc_dispatch_decrypt()
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()
254 struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req); in crypto_authenc_esn_decrypt()
H A Dechainiv.c30 struct aead_request *subreq = aead_request_ctx(req); in echainiv_encrypt()
77 struct aead_request *subreq = aead_request_ctx(req); in echainiv_decrypt()
H A Dpcrypt.c69 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_done()
95 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_encrypt()
146 struct pcrypt_request *preq = aead_request_ctx(req); in pcrypt_aead_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()
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/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c142 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_cipher()
246 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_cipher()
380 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_fallback_check()
405 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_fallback_check()
585 struct aead_request *subreq = aead_request_ctx(req); in xilinx_aes_fallback_crypt()
600 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_encrypt()
625 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_encrypt()
650 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in zynqmp_aes_aead_decrypt()
690 struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req); in versal_aes_aead_decrypt()
/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/nx/
H A Dnx-aes-gcm.c309 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_crypt()
413 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_encrypt()
423 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm_aes_nx_decrypt()
435 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_encrypt()
452 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in gcm4106_aes_nx_decrypt()
H A Dnx-aes-ccm.c476 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_encrypt()
500 struct nx_gcm_rctx *rctx = aead_request_ctx(req); in ccm4309_aes_nx_decrypt()
/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/inside-secure/
H A Dsafexcel_cipher.c1005 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_handle_result()
1077 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_send()
1145 struct safexcel_cipher_req *sreq = aead_request_ctx(req); in safexcel_aead_exit_inv()
1630 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_encrypt()
1637 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_decrypt()
2683 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_ccm_encrypt()
2693 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_ccm_decrypt()
2822 struct safexcel_cipher_req *creq = aead_request_ctx(req); in safexcel_aead_chachapoly_crypt()
2826 struct aead_request *subreq = aead_request_ctx(req); in safexcel_aead_chachapoly_crypt()
3170 return safexcel_queue_req(&req->base, aead_request_ctx(req), in safexcel_aead_sm4_blk_encrypt()
[all …]
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_alg.c337 struct aead_request *subreq = aead_request_ctx(req); in crypto4xx_aead_fallback()
427 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_ccm()
574 struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req); in crypto4xx_crypt_aes_gcm()
/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-aes-core.c641 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_common()
646 struct aead_request *subreq = aead_request_ctx(req); in kmb_ocs_aead_common()
685 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_dma_cleanup()
723 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_dma_prepare()
891 struct ocs_aes_rctx *rctx = aead_request_ctx(req); in kmb_ocs_aead_run()
/linux/drivers/crypto/intel/ixp4xx/
H A Dixp4xx_crypto.c354 struct aead_ctx *req_ctx = aead_request_ctx(req); in finish_scattered_hmac()
380 struct aead_ctx *req_ctx = aead_request_ctx(req); in one_packet()
1102 struct aead_ctx *req_ctx = aead_request_ctx(req); in aead_perform()
/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/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()

12