arch/arm64/crypto/sm4-ce-cipher-glue.c
23
struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
arch/arm64/crypto/sm4-ce-cipher-glue.c
30
const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
arch/arm64/crypto/sm4-ce-cipher-glue.c
42
const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
arch/powerpc/crypto/aes-gcm-p10-glue.c
198
struct p10_aes_gcm_ctx *ctx = crypto_tfm_ctx(tfm);
arch/powerpc/crypto/aes-gcm-p10-glue.c
212
struct p10_aes_gcm_ctx *ctx = crypto_tfm_ctx(tfm);
arch/riscv/crypto/sm4-riscv64-glue.c
30
struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
arch/riscv/crypto/sm4-riscv64-glue.c
45
const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
arch/riscv/crypto/sm4-riscv64-glue.c
58
const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/camellia_glue.c
39
struct camellia_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/camellia_glue.c
63
struct camellia_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/camellia_glue.c
72
struct camellia_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
arch/x86/crypto/blowfish_glue.c
45
blowfish_enc_blk(crypto_tfm_ctx(tfm), dst, src);
arch/x86/crypto/blowfish_glue.c
50
blowfish_dec_blk(crypto_tfm_ctx(tfm), dst, src);
arch/x86/crypto/camellia_glue.c
1258
return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len);
arch/x86/crypto/camellia_glue.c
38
camellia_enc_blk(crypto_tfm_ctx(tfm), dst, src);
arch/x86/crypto/camellia_glue.c
43
camellia_dec_blk(crypto_tfm_ctx(tfm), dst, src);
arch/x86/crypto/twofish_glue.c
57
twofish_enc_blk(crypto_tfm_ctx(tfm), dst, src);
arch/x86/crypto/twofish_glue.c
62
twofish_dec_blk(crypto_tfm_ctx(tfm), dst, src);
crypto/aes.c
19
struct aes_key *key = crypto_tfm_ctx(tfm);
crypto/aes.c
26
const struct aes_key *key = crypto_tfm_ctx(tfm);
crypto/aes.c
33
const struct aes_key *key = crypto_tfm_ctx(tfm);
crypto/ahash.c
246
struct crypto_shash **ctx = crypto_tfm_ctx(tfm);
crypto/ahash.c
255
struct crypto_shash **ctx = crypto_tfm_ctx(tfm);
crypto/anubis.c
465
struct anubis_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/anubis.c
659
struct anubis_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/anubis.c
665
struct anubis_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/aria_generic.c
176
struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/aria_generic.c
266
struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/aria_generic.c
273
struct aria_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/blowfish_common.c
347
struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/blowfish_generic.c
39
struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/blowfish_generic.c
71
struct bf_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/camellia_generic.c
1014
const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);
crypto/camellia_generic.c
963
struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);
crypto/camellia_generic.c
988
const struct camellia_ctx *cctx = crypto_tfm_ctx(tfm);
crypto/cast5_generic.c
355
__cast5_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);
crypto/cast5_generic.c
397
__cast5_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);
crypto/cast5_generic.c
477
struct cast5_ctx *c = crypto_tfm_ctx(tfm);
crypto/cast6_generic.c
148
return __cast6_setkey(crypto_tfm_ctx(tfm), key, keylen);
crypto/cast6_generic.c
206
__cast6_encrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);
crypto/cast6_generic.c
243
__cast6_decrypt(crypto_tfm_ctx(tfm), outbuf, inbuf);
crypto/ccm.c
830
struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/ccm.c
843
struct cbcmac_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/crc32.c
24
u32 *key = crypto_tfm_ctx(tfm);
crypto/crc32c.c
107
struct chksum_ctx *mctx = crypto_tfm_ctx(tfm);
crypto/cryptd.c
144
refcnt = crypto_tfm_ctx(request->tfm);
crypto/des_generic.c
22
struct des_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
39
const struct des_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
46
const struct des_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
54
struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
72
const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/des_generic.c
80
const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm);
crypto/drbg.c
410
struct drbg_state *drbg = crypto_tfm_ctx(tfm);
crypto/drbg.c
513
struct drbg_state *drbg = crypto_tfm_ctx(tfm);
crypto/jitterentropy-kcapi.c
183
struct jitterentropy *rng = crypto_tfm_ctx(tfm);
crypto/jitterentropy-kcapi.c
197
struct jitterentropy *rng = crypto_tfm_ctx(tfm);
crypto/khazad.c
759
struct khazad_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/khazad.c
835
struct khazad_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/khazad.c
841
struct khazad_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/lskcipher.c
300
struct crypto_lskcipher **ctx = crypto_tfm_ctx(tfm);
crypto/lskcipher.c
307
struct crypto_lskcipher **ctx = crypto_tfm_ctx(tfm);
crypto/scompress.c
288
struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
crypto/scompress.c
303
struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
crypto/seed.c
330
struct seed_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/seed.c
365
const struct seed_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/seed.c
401
const struct seed_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/serpent_generic.c
454
return __serpent_setkey(crypto_tfm_ctx(tfm), key, keylen);
crypto/serpent_generic.c
512
struct serpent_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/serpent_generic.c
571
struct serpent_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/sm4_generic.c
34
struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/sm4_generic.c
43
const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/sm4_generic.c
52
const struct sm4_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
113
struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
128
struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
146
struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
168
struct xtea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
186
struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
45
struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
60
struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/tea.c
86
struct tea_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/twofish_common.c
688
return __twofish_setkey(crypto_tfm_ctx(tfm), key, key_len);
crypto/twofish_generic.c
132
struct twofish_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/twofish_generic.c
97
struct twofish_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/xcbc.c
110
struct xcbc_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/xcbc.c
123
struct xcbc_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
536
struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c
570
struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c
20
struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c
41
struct sun4i_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
417
struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c
456
struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
19
struct sun8i_ce_rng_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c
27
struct sun8i_ce_rng_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
389
struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
429
struct sun8i_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c
42
struct sun8i_ss_rng_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-prng.c
50
struct sun8i_ss_rng_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
368
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
426
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/amcc/crypto4xx_alg.c
470
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
514
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/amcc/crypto4xx_alg.c
573
struct crypto4xx_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
312
struct meson_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/amlogic/amlogic-gxl-cipher.c
338
struct meson_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/atmel-aes.c
925
ctx = crypto_tfm_ctx(areq->tfm);
drivers/crypto/atmel-sha.c
1077
ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/atmel-sha.c
1145
struct atmel_sha_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/atmel-sha.c
1237
struct atmel_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/atmel-sha.c
2016
struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm);
drivers/crypto/atmel-sha.c
2028
struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm);
drivers/crypto/axis/artpec6_crypto.c
1248
struct artpec6_cryptotfm_context *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/axis/artpec6_crypto.c
1307
struct artpec6_hashalg_context *ctx = crypto_tfm_ctx(areq->base.tfm);
drivers/crypto/axis/artpec6_crypto.c
1830
struct artpec6_cryptotfm_context *ctx = crypto_tfm_ctx(areq->base.tfm);
drivers/crypto/axis/artpec6_crypto.c
2226
struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/axis/artpec6_crypto.c
2389
struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/axis/artpec6_crypto.c
2422
struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/bcm/cipher.c
2576
struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/bcm/cipher.c
4089
struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/bcm/cipher.c
4152
struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/bcm/cipher.c
4209
struct iproc_ctx_s *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/cavium/nitrox/nitrox_skcipher.c
170
struct nitrox_crypto_ctx *nctx = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
157
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
240
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
244
crypto_tfm_ctx(tfm), crypto_tfm_alg_name(tfm));
drivers/crypto/ccree/cc_cipher.c
300
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
400
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
510
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
567
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
611
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
67
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
688
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
771
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
798
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
883
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/chelsio/chcr_algo.c
2119
struct chcr_context *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/chelsio/chcr_algo.c
2244
return chcr_device_init(crypto_tfm_ctx(tfm));
drivers/crypto/chelsio/chcr_algo.c
2275
return chcr_device_init(crypto_tfm_ctx(tfm));
drivers/crypto/chelsio/chcr_crypto.h
170
return crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/gemini/sl3516-ce-cipher.c
316
struct sl3516_ce_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/gemini/sl3516-ce-cipher.c
355
struct sl3516_ce_cipher_tfm_ctx *op = crypto_tfm_ctx(tfm);
drivers/crypto/geode-aes.c
113
struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/geode-aes.c
166
const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/geode-aes.c
181
const struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/geode-aes.c
195
struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/geode-aes.c
210
struct geode_aes_tfm_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/hifn_795x.c
1508
struct hifn_context *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/hifn_795x.c
1964
struct hifn_context *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/hifn_795x.c
1985
struct hifn_context *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/hifn_795x.c
2055
struct hifn_context *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/hisilicon/sec/sec_algs.c
148
struct sec_alg_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/hisilicon/sec/sec_algs.c
712
struct sec_alg_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/hisilicon/sec2/sec_crypto.c
1380
struct sec_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/hisilicon/zip/zip_crypto.c
349
struct hisi_zip_ctx *ctx = crypto_tfm_ctx(acomp_req->base.tfm);
drivers/crypto/hisilicon/zip/zip_crypto.c
375
struct hisi_zip_ctx *ctx = crypto_tfm_ctx(acomp_req->base.tfm);
drivers/crypto/hisilicon/zip/zip_crypto.c
561
struct hisi_zip_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/hisilicon/zip/zip_crypto.c
600
struct hisi_zip_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/img-hash.c
672
struct img_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/img-hash.c
710
struct img_hash_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
164
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
190
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
218
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
238
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
32
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(async->tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
61
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
82
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-aead.c
93
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
140
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
189
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
22
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(async->tfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
52
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
73
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-cipher.c
84
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-common.c
514
struct eip93_crypto_ctx *ctx = crypto_tfm_ctx(async->tfm);
drivers/crypto/inside-secure/eip93/eip93-hash.c
566
struct eip93_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/eip93/eip93-hash.c
574
struct eip93_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel.c
1031
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/inside-secure/safexcel.c
847
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1029
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1047
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1080
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1103
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1108
ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1165
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1212
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1231
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1245
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1265
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1285
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1323
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1363
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1397
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1458
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1497
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1557
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1596
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1648
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1671
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1707
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1743
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1779
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1815
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1851
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1887
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1924
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1961
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1998
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2035
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2072
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2109
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2146
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2183
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2220
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2257
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2294
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2331
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2366
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2401
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2436
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2471
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2506
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2543
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2599
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2657
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2704
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2757
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2799
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2905
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2974
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3035
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3055
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3069
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3106
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3148
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3186
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3224
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3264
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3276
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3337
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3377
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3388
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3399
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3446
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3486
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3521
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3558
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3587
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3633
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3671
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3724
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
376
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
407
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
686
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
927
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_hash.c
1907
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/inside-secure/safexcel_hash.c
1975
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/inside-secure/safexcel_hash.c
2008
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2017
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2058
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/inside-secure/safexcel_hash.c
2405
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2428
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2641
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
2665
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
622
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
638
ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/safexcel_hash.c
918
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_hash.c
961
struct safexcel_ahash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/iaa/iaa_crypto_main.c
1023
compression_ctx = crypto_tfm_ctx(ctx->tfm);
drivers/crypto/intel/iaa/iaa_crypto_main.c
1117
struct iaa_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/iaa/iaa_crypto_main.c
1268
struct iaa_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/iaa/iaa_crypto_main.c
1355
struct iaa_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/iaa/iaa_crypto_main.c
1480
compression_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/iaa/iaa_crypto_main.c
1661
struct iaa_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
416
ctx = crypto_tfm_ctx(crypt->data.tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
424
ctx = crypto_tfm_ctx(crypt->data.tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
619
struct ixp_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
636
struct ixp_ctx *ctx = crypto_tfm_ctx(ctfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
663
struct ixp_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
672
struct ixp_ctx *ctx = crypto_tfm_ctx(ctfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
687
struct ixp_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
747
struct ixp_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
789
struct ixp_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/ixp4xx/ixp4xx_crypto.c
821
struct ixp_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
839
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
848
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
859
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
871
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
883
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
1012
struct qat_alg_skcipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
711
struct qat_alg_aead_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
757
struct qat_alg_aead_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/qat/qat_common/qat_algs.c
945
struct qat_alg_skcipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/cesa.c
142
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cesa.c
156
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cesa.c
66
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cesa.c
77
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cipher.c
245
void *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/cipher.c
252
struct mv_cesa_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/cipher.c
266
struct mv_cesa_aes_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/cipher.c
485
struct mv_cesa_des_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/cipher.c
592
struct mv_cesa_des3_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/cipher.c
704
struct mv_cesa_aes_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/hash.c
1234
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/hash.c
1245
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/hash.c
1259
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/marvell/cesa/hash.c
1316
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/hash.c
1330
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/marvell/cesa/hash.c
1388
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/marvell/cesa/hash.c
1407
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/hash.c
458
struct mv_cesa_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/tdma.c
171
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/octeontx/otx_cptvf_algs.c
240
struct otx_cpt_enc_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/mxs-dcp.c
318
struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm);
drivers/crypto/mxs-dcp.c
472
struct dcp_async_ctx *actx = crypto_tfm_ctx(arq->tfm);
drivers/crypto/nx/nx-aes-ccm.c
27
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/nx/nx-aes-ccm.c
328
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
405
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
475
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
499
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/nx/nx-aes-ccm.c
57
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/omap-des.c
373
struct omap_des_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/omap-sham.c
1101
struct omap_sham_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/omap-sham.c
1216
struct omap_sham_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/omap-sham.c
1321
struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/omap-sham.c
1390
struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/padlock-aes.c
99
return aes_ctx_common(crypto_tfm_ctx(tfm));
drivers/crypto/qce/aead.c
29
struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/aead.c
408
struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/common.c
318
struct qce_cipher_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/common.c
424
struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/sha.c
334
struct qce_sha_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/qce/sha.c
397
struct qce_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/qce/sha.c
80
struct qce_sha_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/skcipher.c
175
struct qce_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/qcom-rng.c
154
struct qcom_rng_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/rockchip/rk3288_crypto_skcipher.c
112
struct rk_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/s5p-sss.c
1467
struct s5p_hash_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/s5p-sss.c
1532
struct s5p_hash_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/s5p-sss.c
1629
struct s5p_hash_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/s5p-sss.c
1664
struct s5p_hash_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/s5p-sss.c
1972
dev->ctx = crypto_tfm_ctx(dev->req->base.tfm);
drivers/crypto/s5p-sss.c
2024
struct s5p_aes_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/sa2ul.c
1485
struct sa_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/sa2ul.c
1599
struct sa_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/sa2ul.c
1615
struct sa_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/sa2ul.c
1631
struct sa_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/sa2ul.c
1646
struct sa_tfm_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/sa2ul.c
1847
struct sa_tfm_ctx *ctx = crypto_tfm_ctx(crypto_aead_tfm(tfm));
drivers/crypto/stm32/stm32-hash.c
1374
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/stm32/stm32-hash.c
1483
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
1506
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
1542
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/talitos.c
2268
struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/talitos.c
2299
struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/talitos.c
3176
struct talitos_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/talitos.c
3191
struct talitos_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1433
struct tegra_aead_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/tegra/tegra-se-aes.c
1787
struct tegra_cmac_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1818
struct tegra_cmac_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
376
struct tegra_aes_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/tegra/tegra-se-hash.c
585
struct tegra_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
617
struct tegra_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
446
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
473
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
498
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
541
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
576
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
673
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
717
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
758
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
766
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
include/crypto/algapi.h
196
return PTR_ALIGN(crypto_tfm_ctx(tfm), align);
include/crypto/internal/aead.h
39
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/akcipher.h
61
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/hash.h
167
return crypto_tfm_ctx(crypto_ahash_tfm(tfm));
include/crypto/internal/hash.h
276
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/kpp.h
78
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/rng.h
31
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/sig.h
30
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/skcipher.h
232
return crypto_tfm_ctx(&tfm->base);
include/crypto/internal/skcipher.h
237
return crypto_tfm_ctx(&tfm->base);