Symbol: aead_request_ctx
crypto/algif_aead.c
134
iv = (u8 *)aead_request_ctx(&areq->cra_u.aead_req) +
crypto/authenc.c
115
struct authenc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authenc.c
152
struct authenc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authenc.c
193
struct authenc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authenc.c
235
struct authenc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authenc.c
286
struct authenc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authencesn.c
117
struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authencesn.c
162
struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authencesn.c
202
struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authencesn.c
256
struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/authencesn.c
88
struct authenc_esn_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/ccm.c
600
struct crypto_rfc4309_req_ctx *rctx = aead_request_ctx(req);
crypto/ccm.c
63
return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1);
crypto/chacha20poly1305.c
102
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
132
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
206
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
244
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
274
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
289
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
60
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/chacha20poly1305.c
83
struct chachapoly_req_ctx *rctx = aead_request_ctx(req);
crypto/cryptd.c
739
rctx = aead_request_ctx(req);
crypto/cryptd.c
802
struct cryptd_aead_request_ctx *rctx = aead_request_ctx(req);
crypto/echainiv.c
30
struct aead_request *subreq = aead_request_ctx(req);
crypto/echainiv.c
77
struct aead_request *subreq = aead_request_ctx(req);
crypto/essiv.c
172
struct essiv_aead_request_ctx *rctx = aead_request_ctx(req);
crypto/essiv.c
187
struct essiv_aead_request_ctx *rctx = aead_request_ctx(req);
crypto/essiv.c
208
u8 *iv = (u8 *)aead_request_ctx(req) + tctx->ivoffset;
crypto/gcm.c
472
struct crypto_rfc4106_req_ctx *rctx = aead_request_ctx(req);
crypto/gcm.c
66
return (void *)PTR_ALIGN((u8 *)aead_request_ctx(req), align + 1);
crypto/gcm.c
680
struct crypto_rfc4543_req_ctx *rctx = aead_request_ctx(req);
crypto/krb5enc.c
138
struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/krb5enc.c
181
struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/krb5enc.c
209
struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/krb5enc.c
247
struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/krb5enc.c
279
struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/krb5enc.c
323
struct krb5enc_request_ctx *areq_ctx = aead_request_ctx(req);
crypto/pcrypt.c
151
struct pcrypt_request *preq = aead_request_ctx(req);
crypto/pcrypt.c
69
struct pcrypt_request *preq = aead_request_ctx(req);
crypto/pcrypt.c
98
struct pcrypt_request *preq = aead_request_ctx(req);
crypto/seqiv.c
103
struct aead_request *subreq = aead_request_ctx(req);
crypto/seqiv.c
23
struct aead_request *subreq = aead_request_ctx(req);
crypto/seqiv.c
51
struct aead_request *subreq = aead_request_ctx(req);
crypto/simd.c
74
subreq = aead_request_ctx(req);
crypto/simd.c
95
subreq = aead_request_ctx(req);
drivers/crypto/amcc/crypto4xx_alg.c
337
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/amcc/crypto4xx_alg.c
427
struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/amcc/crypto4xx_alg.c
574
struct crypto4xx_aead_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1315
struct atmel_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1536
rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1773
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1783
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1802
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1823
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1865
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1878
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/atmel-aes.c
1995
struct atmel_aes_authenc_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/axis/artpec6_crypto.c
1262
struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req);
drivers/crypto/axis/artpec6_crypto.c
1283
struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(req);
drivers/crypto/axis/artpec6_crypto.c
1831
struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq);
drivers/crypto/axis/artpec6_crypto.c
2185
struct artpec6_crypto_aead_req_ctx *req_ctx = aead_request_ctx(areq);
drivers/crypto/bcm/cipher.c
2504
struct iproc_reqctx_s *rctx = aead_request_ctx(req);
drivers/crypto/bcm/cipher.c
2575
struct iproc_reqctx_s *rctx = aead_request_ctx(req);
drivers/crypto/bcm/cipher.c
2598
struct iproc_reqctx_s *rctx = aead_request_ctx(req);
drivers/crypto/caam/caamalg.c
1050
struct caam_aead_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/caam/caamalg.c
1392
struct caam_aead_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/caam/caamalg.c
1528
struct caam_aead_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/caam/caamalg.c
1624
struct caam_aead_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/cavium/nitrox/nitrox_aead.c
193
struct nitrox_aead_rctx *rctx = aead_request_ctx(areq);
drivers/crypto/cavium/nitrox/nitrox_aead.c
217
struct nitrox_aead_rctx *rctx = aead_request_ctx(areq);
drivers/crypto/cavium/nitrox/nitrox_aead.c
251
struct nitrox_aead_rctx *rctx = aead_request_ctx(areq);
drivers/crypto/cavium/nitrox/nitrox_aead.c
476
struct nitrox_rfc4106_rctx *rctx = aead_request_ctx(areq);
drivers/crypto/inside-secure/eip93/eip93-aead.c
188
struct eip93_cipher_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-aead.c
219
struct eip93_cipher_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-aead.c
239
struct eip93_cipher_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-aead.c
35
struct eip93_cipher_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-aead.c
46
struct eip93_cipher_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1009
struct safexcel_cipher_req *sreq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1081
struct safexcel_cipher_req *sreq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1149
struct safexcel_cipher_req *sreq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1634
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1641
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
2832
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
2842
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
2971
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
2975
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
3319
return safexcel_queue_req(&req->base, aead_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
3331
return safexcel_queue_req(&req->base, aead_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
3400
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
3416
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
3430
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
3702
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
3713
struct safexcel_cipher_req *creq = aead_request_ctx(req);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
1105
struct aead_ctx *req_ctx = aead_request_ctx(req);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
354
struct aead_ctx *req_ctx = aead_request_ctx(req);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
380
struct aead_ctx *req_ctx = aead_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
641
struct ocs_aes_rctx *rctx = aead_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
646
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
685
struct ocs_aes_rctx *rctx = aead_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
723
struct ocs_aes_rctx *rctx = aead_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
891
struct ocs_aes_rctx *rctx = aead_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_algs.c
712
struct qat_crypto_request *qat_req = aead_request_ctx(areq);
drivers/crypto/intel/qat/qat_common/qat_algs.c
758
struct qat_crypto_request *qat_req = aead_request_ctx(areq);
drivers/crypto/nx/nx-aes-ccm.c
476
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/nx/nx-aes-ccm.c
500
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/nx/nx-aes-gcm.c
309
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/nx/nx-aes-gcm.c
413
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/nx/nx-aes-gcm.c
423
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/nx/nx-aes-gcm.c
435
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/nx/nx-aes-gcm.c
452
struct nx_gcm_rctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
196
rctx = aead_request_ctx(dd->aead_req);
drivers/crypto/omap-aes-gcm.c
220
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
240
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
274
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
282
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
291
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
303
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
363
struct omap_aes_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/omap-aes-gcm.c
52
rctx = aead_request_ctx(dd->aead_req);
drivers/crypto/omap-aes.c
148
rctx = aead_request_ctx(dd->aead_req);
drivers/crypto/sa2ul.c
1896
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/starfive/jh7110-aes.c
641
struct starfive_cryp_request_ctx *rctx = aead_request_ctx(req);
drivers/crypto/starfive/jh7110-aes.c
813
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/stm32/stm32-cryp.c
1129
struct stm32_cryp_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/stm32/stm32-cryp.c
1677
rctx = req ? skcipher_request_ctx(req) : aead_request_ctx(areq);
drivers/crypto/tegra/tegra-se-aes.c
1200
struct tegra_aead_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/tegra/tegra-se-aes.c
1281
struct tegra_aead_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/tegra/tegra-se-aes.c
1443
struct tegra_aead_reqctx *rctx = aead_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
1131
struct dthe_aes_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
1192
struct dthe_aes_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
1200
struct dthe_aes_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
828
struct dthe_aes_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
844
struct dthe_aes_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
853
struct dthe_aes_req_ctx *rctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
141
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
245
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
379
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
404
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
584
struct aead_request *subreq = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
599
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
624
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
649
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
689
struct xilinx_aead_req_ctx *rq_ctx = aead_request_ctx(req);
include/crypto/internal/aead.h
80
return PTR_ALIGN(aead_request_ctx(req), align);