Symbol: skcipher_request_ctx
arch/powerpc/crypto/aes_cbc.c
84
struct skcipher_request *subreq = skcipher_request_ctx(req);
arch/powerpc/crypto/aes_ctr.c
103
struct skcipher_request *subreq = skcipher_request_ctx(req);
arch/powerpc/crypto/aes_xts.c
95
struct skcipher_request *subreq = skcipher_request_ctx(req);
arch/s390/crypto/aes_s390.c
339
struct skcipher_request *subreq = skcipher_request_ctx(req);
arch/s390/crypto/aes_s390.c
472
struct skcipher_request *subreq = skcipher_request_ctx(req);
arch/s390/crypto/aes_s390.c
90
struct skcipher_request *subreq = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
1043
struct s390_pctr_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
1114
struct s390_pctr_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
1475
struct s390_pxts_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
1557
struct s390_pxts_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
458
struct s390_pecb_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
540
struct s390_pecb_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
724
struct s390_pcbc_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/s390/crypto/paes_s390.c
806
struct s390_pcbc_req_ctx *req_ctx = skcipher_request_ctx(req);
arch/x86/crypto/aria_aesni_avx2_glue.c
88
struct aria_avx2_request_ctx *req_ctx = skcipher_request_ctx(req);
arch/x86/crypto/aria_aesni_avx_glue.c
86
struct aria_avx_request_ctx *req_ctx = skcipher_request_ctx(req);
arch/x86/crypto/aria_gfni_avx512_glue.c
76
struct aria_avx512_request_ctx *req_ctx = skcipher_request_ctx(req);
crypto/adiantum.c
352
struct adiantum_request_ctx *rctx = skcipher_request_ctx(req);
crypto/adiantum.c
372
struct adiantum_request_ctx *rctx = skcipher_request_ctx(req);
crypto/cryptd.c
249
struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req);
crypto/cryptd.c
275
struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req);
crypto/cryptd.c
321
struct cryptd_skcipher_request_ctx *rctx = skcipher_request_ctx(req);
crypto/ctr.c
197
(void *)PTR_ALIGN((u8 *)skcipher_request_ctx(req), align + 1);
crypto/cts.c
100
struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
crypto/cts.c
146
struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
crypto/cts.c
181
struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
crypto/cts.c
240
struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
crypto/cts.c
67
struct crypto_cts_reqctx *rctx = skcipher_request_ctx(req);
crypto/essiv.c
145
struct skcipher_request *subreq = skcipher_request_ctx(req);
crypto/hctr2.c
138
struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
crypto/hctr2.c
157
struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
crypto/hctr2.c
182
struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
crypto/hctr2.c
213
struct hctr2_request_ctx *rctx = skcipher_request_ctx(req);
crypto/lrw.c
145
struct lrw_request_ctx *rctx = skcipher_request_ctx(req);
crypto/lrw.c
213
struct lrw_request_ctx *rctx = skcipher_request_ctx(req);
crypto/lrw.c
226
struct lrw_request_ctx *rctx = skcipher_request_ctx(req);
crypto/lrw.c
245
struct lrw_request_ctx *rctx = skcipher_request_ctx(req);
crypto/lrw.c
256
struct lrw_request_ctx *rctx = skcipher_request_ctx(req);
crypto/lskcipher.c
166
u8 *ivs = skcipher_request_ctx(req);
crypto/simd.c
69
subreq = skcipher_request_ctx(req);
crypto/simd.c
90
subreq = skcipher_request_ctx(req);
crypto/skcipher.c
464
u8 *ivs = skcipher_request_ctx(req);
crypto/skcipher.c
477
u8 *ivs = skcipher_request_ctx(req);
crypto/xts.c
149
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
165
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
204
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
224
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
244
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
263
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
280
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
crypto/xts.c
85
struct xts_request_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
152
struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
185
struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
21
struct sun4i_cipher_req_ctx *ctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
401
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
412
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
424
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
435
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
447
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
458
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
470
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
481
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
493
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
504
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
516
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
527
struct sun4i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
109
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
140
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
316
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
352
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
381
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
400
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
125
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
188
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
349
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
370
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
93
struct sun8i_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
278
struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
296
struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
62
struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
88
struct meson_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/aspeed/aspeed-hace-crypto.c
109
rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
138
rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
160
rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
189
rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
235
rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
29
struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/aspeed/aspeed-hace-crypto.c
373
rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
408
struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/aspeed/aspeed-hace-crypto.c
50
struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/aspeed/aspeed-hace-crypto.c
538
struct aspeed_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
1030
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
1047
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
1091
rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
1623
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
477
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
520
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-aes.c
949
struct atmel_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-tdes.c
525
struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-tdes.c
543
struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-tdes.c
593
rctx = skcipher_request_ctx(req);
drivers/crypto/atmel-tdes.c
641
struct atmel_tdes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/axis/artpec6_crypto.c
1094
req_ctx = skcipher_request_ctx(req);
drivers/crypto/axis/artpec6_crypto.c
1139
req_ctx = skcipher_request_ctx(req);
drivers/crypto/axis/artpec6_crypto.c
1680
req_ctx = skcipher_request_ctx(areq);
drivers/crypto/bcm/cipher.c
1709
struct iproc_reqctx_s *rctx = skcipher_request_ctx(req);
drivers/crypto/caam/caamalg.c
1090
struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/caam/caamalg.c
1697
struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/caam/caamalg.c
1861
struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/caam/caamalg.c
1912
struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/caam/caamalg_qi.c
1438
struct caam_skcipher_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
210
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
228
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
251
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
292
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
53
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
60
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
82
struct nitrox_kcrypt_request *nkreq = skcipher_request_ctx(skreq);
drivers/crypto/ccree/cc_cipher.c
857
struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req);
drivers/crypto/ccree/cc_cipher.c
876
struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req);
drivers/crypto/ccree/cc_cipher.c
908
struct skcipher_request *subreq = skcipher_request_ctx(req);
drivers/crypto/ccree/cc_cipher.c
986
struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req);
drivers/crypto/ccree/cc_cipher.c
995
struct cipher_req_ctx *req_ctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1030
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1070
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1104
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1130
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1218
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1336
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
1381
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
2645
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
2668
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
665
struct chcr_skcipher_req_ctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/chelsio/chcr_algo.c
702
skcipher_request_ctx(sk_req);
drivers/crypto/chelsio/chcr_algo.c
780
skcipher_request_ctx(wrparam->req);
drivers/crypto/gemini/sl3516-ce-cipher.c
107
struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/gemini/sl3516-ce-cipher.c
132
struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/gemini/sl3516-ce-cipher.c
282
struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/gemini/sl3516-ce-cipher.c
300
struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/geode-aes.c
272
struct skcipher_request *subreq = skcipher_request_ctx(req);
drivers/crypto/hifn_795x.c
1509
struct hifn_request_context *rctx = skcipher_request_ctx(req);
drivers/crypto/hifn_795x.c
1650
struct hifn_request_context *rctx = skcipher_request_ctx(req);
drivers/crypto/hifn_795x.c
1986
struct hifn_request_context *rctx = skcipher_request_ctx(req);
drivers/crypto/hisilicon/sec/sec_algs.c
427
struct sec_request *sec_req = skcipher_request_ctx(skreq);
drivers/crypto/hisilicon/sec/sec_algs.c
714
struct sec_request *sec_req = skcipher_request_ctx(skreq);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
138
struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
177
struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
190
struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
25
struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
36
struct eip93_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1044
struct safexcel_cipher_req *sreq = skcipher_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1130
struct safexcel_cipher_req *sreq = skcipher_request_ctx(req);
drivers/crypto/inside-secure/safexcel_cipher.c
1196
return safexcel_queue_req(&req->base, skcipher_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
1202
return safexcel_queue_req(&req->base, skcipher_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
2464
return safexcel_queue_req(&req->base, skcipher_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
2472
return safexcel_queue_req(&req->base, skcipher_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
3021
return safexcel_queue_req(&req->base, skcipher_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
3031
return safexcel_queue_req(&req->base, skcipher_request_ctx(req),
drivers/crypto/inside-secure/safexcel_cipher.c
982
struct safexcel_cipher_req *sreq = skcipher_request_ctx(req);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
392
struct ablk_ctx *req_ctx = skcipher_request_ctx(req);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
961
struct ablk_ctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
985
struct ablk_ctx *req_ctx = skcipher_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
314
struct ocs_aes_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
377
struct ocs_aes_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
401
struct ocs_aes_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
450
struct ocs_aes_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/intel/keembay/keembay-ocs-aes-core.c
517
struct ocs_aes_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1013
struct qat_crypto_request *qat_req = skcipher_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1062
struct skcipher_request *nreq = skcipher_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_algs.c
946
struct qat_crypto_request *qat_req = skcipher_request_ctx(req);
drivers/crypto/intel/qat/qat_common/qat_algs.c
994
struct skcipher_request *nreq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
129
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
149
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
drivers/crypto/marvell/cesa/cipher.c
161
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
drivers/crypto/marvell/cesa/cipher.c
172
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
181
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
192
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
drivers/crypto/marvell/cesa/cipher.c
214
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(skreq);
drivers/crypto/marvell/cesa/cipher.c
317
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
412
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
427
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
461
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
61
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
77
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/marvell/cesa/cipher.c
88
struct mv_cesa_skcipher_req *creq = skcipher_request_ctx(req);
drivers/crypto/mxs-dcp.c
231
struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/mxs-dcp.c
319
struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/mxs-dcp.c
450
struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/mxs-dcp.c
473
struct dcp_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/omap-aes.c
432
struct omap_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/omap-aes.c
481
struct omap_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/omap-aes.c
533
struct omap_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/omap-des.c
558
rctx = skcipher_request_ctx(req);
drivers/crypto/omap-des.c
620
struct omap_des_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/qce/common.c
317
struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/qce/skcipher.c
260
struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/qce/skcipher.c
31
struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/qce/skcipher.c
67
struct qce_cipher_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
157
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
165
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
173
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
181
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
189
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
197
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
205
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
213
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
221
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
229
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
237
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
245
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
256
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
303
struct rk_cipher_rctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
72
struct rk_cipher_rctx *rctx = skcipher_request_ctx(areq);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
93
struct rk_cipher_rctx *rctx = skcipher_request_ctx(req);
drivers/crypto/s5p-sss.c
1973
reqctx = skcipher_request_ctx(dev->req);
drivers/crypto/s5p-sss.c
2002
struct s5p_aes_reqctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/s5p-sss.c
462
struct s5p_aes_reqctx *reqctx = skcipher_request_ctx(req);
drivers/crypto/sa2ul.c
1314
struct skcipher_request *subreq = skcipher_request_ctx(req);
drivers/crypto/sahara.c
543
struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/sahara.c
574
rctx = skcipher_request_ctx(req);
drivers/crypto/sahara.c
646
struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/sahara.c
666
struct sahara_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/starfive/jh7110-aes.c
571
struct starfive_cryp_request_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/starfive/jh7110-aes.c
776
struct skcipher_request *subreq = skcipher_request_ctx(req);
drivers/crypto/stm32/stm32-cryp.c
1121
struct stm32_cryp_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/stm32/stm32-cryp.c
1683
rctx = req ? skcipher_request_ctx(req) : aead_request_ctx(areq);
drivers/crypto/tegra/tegra-se-aes.c
106
struct tegra_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/tegra/tegra-se-aes.c
267
struct tegra_aes_reqctx *rctx = skcipher_request_ctx(req);
drivers/crypto/tegra/tegra-se-aes.c
486
rctx = skcipher_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
257
struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
267
struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
403
struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
443
struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/ti/dthev2-aes.c
451
struct dthe_aes_req_ctx *rctx = skcipher_request_ctx(req);
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c
469
skcipher_request_ctx(req);
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c
492
skcipher_request_ctx(req);
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c
535
skcipher_request_ctx(req);
include/crypto/internal/skcipher.h
264
return PTR_ALIGN(skcipher_request_ctx(req), align);