Symbol: crypto_ahash_ctx
arch/s390/crypto/phmac_s390.c
410
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
524
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
569
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
606
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
650
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
685
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
751
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
848
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
860
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
arch/s390/crypto/phmac_s390.c
870
struct phmac_tfm_ctx *tfm_ctx = crypto_ahash_ctx(tfm);
crypto/ahash.c
159
return *(struct crypto_shash **)crypto_ahash_ctx(tfm);
crypto/ahash.c
891
struct crypto_shash **nctx = crypto_ahash_ctx(nhash);
crypto/cryptd.c
1025
ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
1034
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base);
crypto/cryptd.c
1049
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base);
crypto/cryptd.c
1057
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(&tfm->base);
crypto/cryptd.c
441
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
458
struct cryptd_hash_ctx *nctx = crypto_ahash_ctx(ntfm);
crypto/cryptd.c
459
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
472
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
480
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(parent);
crypto/cryptd.c
523
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
541
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
617
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/cryptd.c
648
struct cryptd_hash_ctx *ctx = crypto_ahash_ctx(tfm);
crypto/hmac.c
254
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(parent);
crypto/hmac.c
311
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(tfm);
crypto/hmac.c
326
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(tfm);
crypto/hmac.c
336
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(tfm);
crypto/hmac.c
358
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(tfm);
crypto/hmac.c
411
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(parent);
crypto/hmac.c
429
struct ahash_hmac_ctx *sctx = crypto_ahash_ctx(src);
crypto/hmac.c
430
struct ahash_hmac_ctx *dctx = crypto_ahash_ctx(dst);
crypto/hmac.c
443
struct ahash_hmac_ctx *tctx = crypto_ahash_ctx(parent);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c
195
struct sun4i_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
106
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
120
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
134
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
151
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
166
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
184
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
242
struct sun8i_ce_hash_tfm_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
40
struct sun8i_ce_hash_tfm_ctx *op = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
448
struct sun8i_ce_hash_tfm_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
461
struct sun8i_ce_hash_tfm_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
80
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c
90
struct sun8i_ce_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
135
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
148
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
164
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
178
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
192
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
219
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
234
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
262
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
482
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
50
struct sun8i_ss_hash_tfm_ctx *tfmctx = crypto_ahash_ctx(ahash);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
97
struct sun8i_ss_hash_tfm_ctx *op = crypto_ahash_ctx(tfm);
drivers/crypto/aspeed/aspeed-hace-hash.c
463
struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/aspeed/aspeed-hace-hash.c
483
struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/aspeed/aspeed-hace-hash.c
506
struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/aspeed/aspeed-hace-hash.c
523
struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/aspeed/aspeed-hace-hash.c
537
struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/aspeed/aspeed-hace-hash.c
611
struct aspeed_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1689
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1750
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1767
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1787
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1803
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1853
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1874
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1891
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
1950
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
2206
tctx = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
2253
struct atmel_sha_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
2285
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
2308
struct atmel_sha_hmac_ctx *hmac = crypto_ahash_ctx(tfm);
drivers/crypto/atmel-sha.c
429
struct atmel_sha_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
1901
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
1958
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
2014
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
2087
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
2142
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
2181
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
2249
struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/bcm/cipher.c
2313
struct iproc_ctx_s *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/bcm/cipher.c
2416
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/bcm/cipher.c
2468
struct iproc_ctx_s *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
491
struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
556
struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
571
struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
586
struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
603
struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
617
struct img_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/img-hash.c
630
struct img_hash_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-hash.c
162
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
214
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
25
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
290
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
393
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
441
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
47
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
523
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/eip93/eip93-hash.c
63
struct eip93_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/safexcel_hash.c
1012
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1192
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
1238
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1295
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1359
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1431
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1496
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1553
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1617
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1689
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1754
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1811
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
1884
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
2144
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
2208
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
2274
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2292
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2329
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2339
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2349
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
235
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/safexcel_hash.c
2364
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2384
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2394
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2468
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2526
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2584
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2676
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2734
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2805
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2876
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2947
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
312
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
523
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/inside-secure/safexcel_hash.c
591
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
689
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
768
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/inside-secure/safexcel_hash.c
935
struct safexcel_ahash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(areq));
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
169
struct ocs_hcu_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
388
struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
427
struct ocs_hcu_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
575
struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
664
struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
760
struct ocs_hcu_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/mxs-dcp.c
605
struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
drivers/crypto/mxs-dcp.c
675
struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
drivers/crypto/mxs-dcp.c
780
struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
drivers/crypto/mxs-dcp.c
810
struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
drivers/crypto/mxs-dcp.c
872
struct dcp_async_ctx *actx = crypto_ahash_ctx(tfm);
drivers/crypto/mxs-dcp.c
887
struct dcp_async_ctx *actx_state = crypto_ahash_ctx(tfm);
drivers/crypto/omap-sham.c
1287
struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/omap-sham.c
306
struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/omap-sham.c
453
struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/omap-sham.c
943
struct omap_sham_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
123
struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
137
struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
152
struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
167
struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
183
struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
197
struct rk_ahash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
348
struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
370
struct rk_ahash_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_ahash.c
48
struct rk_ahash_ctx *tfmctx = crypto_ahash_ctx(tfm);
drivers/crypto/s5p-sss.c
1578
struct s5p_hash_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/s5p-sss.c
1693
struct s5p_hash_ctx *tctx = crypto_ahash_ctx(tfm);
drivers/crypto/sa2ul.c
1404
struct sa_tfm_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/sa2ul.c
1532
struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/sa2ul.c
1578
struct sa_tfm_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
168
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/starfive/jh7110-hash.c
199
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/starfive/jh7110-hash.c
258
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
275
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
292
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
309
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
325
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
350
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
364
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/starfive/jh7110-hash.c
379
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash);
drivers/crypto/starfive/jh7110-hash.c
405
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash);
drivers/crypto/starfive/jh7110-hash.c
459
struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(hash);
drivers/crypto/stm32/stm32-hash.c
1029
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/stm32/stm32-hash.c
1255
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
1338
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/stm32/stm32-hash.c
1475
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
276
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
309
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
595
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
816
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
930
struct stm32_hash_ctx *ctx = crypto_ahash_ctx(ahash);
drivers/crypto/talitos.c
1793
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
1916
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
1931
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
1984
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
2137
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/talitos.c
2161
struct talitos_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1545
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1574
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1651
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1711
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1817
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1840
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1851
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1862
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1873
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1884
struct tegra_cmac_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
117
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
131
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
146
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
161
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
177
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
193
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
207
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
355
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
400
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req));
drivers/crypto/tegra/tegra-se-hash.c
469
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
520
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
637
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
656
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
667
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
681
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
695
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
709
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
723
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
737
struct tegra_sha_ctx *ctx = crypto_ahash_ctx(tfm);