Symbol: crypto_tfm_ctx
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/powerpc/crypto/ghash.c
121
struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm));
arch/powerpc/crypto/ghash.c
130
struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(desc->tfm));
arch/powerpc/crypto/ghash.c
54
struct p8_ghash_ctx *ctx = crypto_tfm_ctx(crypto_shash_tfm(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/s390/crypto/des_s390.c
203
struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
arch/s390/crypto/des_s390.c
222
struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
arch/s390/crypto/des_s390.c
229
struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
arch/s390/crypto/des_s390.c
38
struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
arch/s390/crypto/des_s390.c
57
struct s390_des_ctx *ctx = crypto_tfm_ctx(tfm);
arch/s390/crypto/des_s390.c
64
struct s390_des_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/sparc/crypto/des_glue.c
183
struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/des_glue.c
224
struct des3_ede_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/des_glue.c
232
struct des3_ede_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/des_glue.c
47
struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/des_glue.c
75
struct des_sparc64_ctx *ctx = crypto_tfm_ctx(tfm);
arch/sparc/crypto/des_glue.c
83
struct des_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/des3_ede_glue.c
249
struct des3_ede_x86_ctx *ctx = crypto_tfm_ctx(tfm);
arch/x86/crypto/des3_ede_glue.c
58
des3_ede_enc_blk(crypto_tfm_ctx(tfm), dst, src);
arch/x86/crypto/des3_ede_glue.c
63
des3_ede_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
17
struct aes_key *key = crypto_tfm_ctx(tfm);
crypto/aes.c
24
const struct aes_key *key = crypto_tfm_ctx(tfm);
crypto/aes.c
31
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
124
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
1662
struct drbg_state *drbg = crypto_tfm_ctx(tfm);
crypto/drbg.c
1671
drbg_uninstantiate(crypto_tfm_ctx(tfm));
crypto/fcrypt.c
235
const struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/fcrypt.c
267
const struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/fcrypt.c
302
struct fcrypt_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/ghash-generic.c
122
struct ghash_ctx *ctx = crypto_tfm_ctx(tfm);
crypto/jitterentropy-kcapi.c
204
struct jitterentropy *rng = crypto_tfm_ctx(tfm);
crypto/jitterentropy-kcapi.c
226
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
302
struct crypto_lskcipher **ctx = crypto_tfm_ctx(tfm);
crypto/lskcipher.c
309
struct crypto_lskcipher **ctx = crypto_tfm_ctx(tfm);
crypto/scompress.c
290
struct crypto_scomp **ctx = crypto_tfm_ctx(tfm);
crypto/scompress.c
305
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
926
ctx = crypto_tfm_ctx(areq->tfm);
drivers/crypto/atmel-sha.c
1085
ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/atmel-sha.c
1153
struct atmel_sha_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/atmel-sha.c
1245
struct atmel_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/atmel-sha.c
2025
struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm);
drivers/crypto/atmel-sha.c
2037
struct atmel_sha_hmac_ctx *hmac = crypto_tfm_ctx(tfm);
drivers/crypto/axis/artpec6_crypto.c
1251
struct artpec6_cryptotfm_context *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/axis/artpec6_crypto.c
1310
struct artpec6_hashalg_context *ctx = crypto_tfm_ctx(areq->base.tfm);
drivers/crypto/axis/artpec6_crypto.c
1836
struct artpec6_cryptotfm_context *ctx = crypto_tfm_ctx(areq->base.tfm);
drivers/crypto/axis/artpec6_crypto.c
2232
struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/axis/artpec6_crypto.c
2395
struct artpec6_hashalg_context *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/axis/artpec6_crypto.c
2428
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
156
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
239
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
243
crypto_tfm_ctx(tfm), crypto_tfm_alg_name(tfm));
drivers/crypto/ccree/cc_cipher.c
299
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
399
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
509
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
566
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
610
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
66
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
687
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
770
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
797
struct cc_cipher_ctx *ctx_p = crypto_tfm_ctx(tfm);
drivers/crypto/ccree/cc_cipher.c
882
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/exynos-rng.c
247
struct exynos_rng_ctx *ctx = crypto_tfm_ctx(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/trng/trng.c
206
struct hisi_trng_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/hisilicon/trng/trng.c
225
struct hisi_trng_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
685
struct img_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/img-hash.c
723
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
1025
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1043
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1076
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1099
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1104
ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1161
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1208
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1227
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1241
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1261
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1281
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1319
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1359
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1393
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1454
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1493
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1553
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1592
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1644
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1667
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1703
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1739
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1775
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1811
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1847
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1884
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1921
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1958
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
1995
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2032
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2069
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2106
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2143
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2180
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2217
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2252
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2287
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2322
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2357
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2394
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2450
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2508
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2555
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2608
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2650
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2756
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2825
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2886
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2906
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2920
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2957
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
2999
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3037
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3075
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3115
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3127
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3188
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3228
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3239
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3250
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3297
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
3372
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3409
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3438
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3484
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3522
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
3575
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
375
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
406
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
682
struct safexcel_cipher_ctx *ctx = crypto_tfm_ctx(base->tfm);
drivers/crypto/inside-secure/safexcel_cipher.c
923
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
840
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
849
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
860
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
872
struct ocs_hcu_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/keembay/keembay-ocs-hcu-core.c
884
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/intel/qat/qat_common/qat_comp_algs.c
134
struct qat_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
155
struct qat_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/intel/qat/qat_common/qat_comp_algs.c
168
struct qat_compression_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/loongson/loongson-rng.c
108
struct loongson_rng_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/loongson/loongson-rng.c
89
struct loongson_rng_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/cesa.c
141
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cesa.c
155
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cesa.c
65
ctx = crypto_tfm_ctx(req->tfm);
drivers/crypto/marvell/cesa/cesa.c
76
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
1235
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/marvell/cesa/hash.c
1246
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/hash.c
1260
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/marvell/cesa/hash.c
1317
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/marvell/cesa/hash.c
1331
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/marvell/cesa/hash.c
1389
struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/marvell/cesa/hash.c
1408
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/nx/nx.c
724
struct nx_crypto_ctx *nx_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/omap-des.c
373
struct omap_des_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/omap-sham.c
1103
struct omap_sham_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/omap-sham.c
1218
struct omap_sham_ctx *tctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/omap-sham.c
1323
struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm);
drivers/crypto/omap-sham.c
1392
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
28
struct qce_aead_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/aead.c
413
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
333
struct qce_sha_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/qce/sha.c
396
struct qce_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/qce/sha.c
79
struct qce_sha_ctx *ctx = crypto_tfm_ctx(async_req->tfm);
drivers/crypto/qce/skcipher.c
174
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
1380
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(req->base.tfm);
drivers/crypto/stm32/stm32-hash.c
1489
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
1512
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/stm32/stm32-hash.c
1548
struct stm32_hash_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/talitos.c
2190
struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/talitos.c
2221
struct talitos_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm));
drivers/crypto/talitos.c
3098
struct talitos_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/talitos.c
3113
struct talitos_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1423
struct tegra_aead_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/tegra/tegra-se-aes.c
1775
struct tegra_cmac_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
1806
struct tegra_cmac_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-aes.c
373
struct tegra_aes_ctx *ctx = crypto_tfm_ctx(&tfm->base);
drivers/crypto/tegra/tegra-se-hash.c
582
struct tegra_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/tegra/tegra-se-hash.c
614
struct tegra_sha_ctx *ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/xilinx-trng.c
269
struct xilinx_rng_ctx *ctx = crypto_tfm_ctx(rtfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
447
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
474
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
499
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
542
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
577
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
674
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
718
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
759
struct xilinx_aead_tfm_ctx *tfm_ctx = crypto_tfm_ctx(tfm);
drivers/crypto/xilinx/zynqmp-aes-gcm.c
767
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);