Symbol: crypto_shash_ctx
arch/arm64/crypto/sm4-ce-glue.c
493
struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
arch/arm64/crypto/sm4-ce-glue.c
507
struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
arch/arm64/crypto/sm4-ce-glue.c
541
struct sm4_mac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
arch/arm64/crypto/sm4-ce-glue.c
577
struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
arch/arm64/crypto/sm4-ce-glue.c
591
struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
arch/arm64/crypto/sm4-ce-glue.c
610
struct sm4_mac_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
arch/s390/crypto/hmac_s390.c
169
struct s390_hmac_ctx *tfm_ctx = crypto_shash_ctx(tfm);
arch/s390/crypto/hmac_s390.c
184
struct s390_hmac_ctx *tfm_ctx = crypto_shash_ctx(desc->tfm);
arch/s390/crypto/hmac_s390.c
277
ctx = crypto_shash_ctx(tfm);
crypto/aes.c
39
#define AES_CMAC_KEY(tfm) ((struct aes_cmac_key *)crypto_shash_ctx(tfm))
crypto/aes.c
89
#define AES_CBCMAC_KEY(tfm) ((struct aes_enckey *)crypto_shash_ctx(tfm))
crypto/blake2b.c
20
struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(tfm);
crypto/blake2b.c
33
const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
crypto/blake2b.c
57
const struct blake2b_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
crypto/ccm.c
775
struct cbcmac_tfm_ctx *ctx = crypto_shash_ctx(parent);
crypto/ccm.c
793
struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent);
crypto/ccm.c
811
struct cbcmac_tfm_ctx *tctx = crypto_shash_ctx(parent);
crypto/cmac.c
103
struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent);
crypto/cmac.c
121
struct cmac_tfm_ctx *tctx = crypto_shash_ctx(parent);
crypto/cmac.c
140
struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
crypto/cmac.c
156
struct cmac_tfm_ctx *ctx = crypto_shash_ctx(tfm);
crypto/cmac.c
40
struct cmac_tfm_ctx *ctx = crypto_shash_ctx(parent);
crypto/crc32.c
39
u32 *mctx = crypto_shash_ctx(hash);
crypto/crc32.c
49
u32 *mctx = crypto_shash_ctx(desc->tfm);
crypto/crc32.c
90
return __crc32_finup(crypto_shash_ctx(desc->tfm), data, len, out);
crypto/crc32c.c
100
struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm);
crypto/crc32c.c
42
struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm);
crypto/crc32c.c
58
struct chksum_ctx *mctx = crypto_shash_ctx(tfm);
crypto/hmac.c
108
const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm);
crypto/hmac.c
117
const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm);
crypto/hmac.c
137
const struct hmac_ctx *tctx = crypto_shash_ctx(parent);
crypto/hmac.c
151
struct hmac_ctx *tctx = crypto_shash_ctx(parent);
crypto/hmac.c
163
struct hmac_ctx *tctx = crypto_shash_ctx(parent);
crypto/hmac.c
41
struct hmac_ctx *tctx = crypto_shash_ctx(parent);
crypto/hmac.c
92
const struct hmac_ctx *tctx = crypto_shash_ctx(pdesc->tfm);
crypto/md5.c
115
#define HMAC_MD5_KEY(tfm) ((struct hmac_md5_key *)crypto_shash_ctx(tfm))
crypto/sha1.c
119
#define HMAC_SHA1_KEY(tfm) ((struct hmac_sha1_key *)crypto_shash_ctx(tfm))
crypto/sha256.c
184
#define HMAC_SHA224_KEY(tfm) ((struct hmac_sha224_key *)crypto_shash_ctx(tfm))
crypto/sha256.c
251
#define HMAC_SHA256_KEY(tfm) ((struct hmac_sha256_key *)crypto_shash_ctx(tfm))
crypto/sha512.c
190
#define HMAC_SHA384_KEY(tfm) ((struct hmac_sha384_key *)crypto_shash_ctx(tfm))
crypto/sha512.c
257
#define HMAC_SHA512_KEY(tfm) ((struct hmac_sha512_key *)crypto_shash_ctx(tfm))
crypto/xcbc.c
41
struct xcbc_tfm_ctx *ctx = crypto_shash_ctx(parent);
crypto/xcbc.c
71
struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent);
crypto/xcbc.c
89
struct xcbc_tfm_ctx *tctx = crypto_shash_ctx(parent);
crypto/xxhash_generic.c
23
struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(tfm);
crypto/xxhash_generic.c
33
struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
crypto/xxhash_generic.c
63
struct xxhash64_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-aes-xcbc.c
139
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(tfm);
drivers/crypto/nx/nx-aes-xcbc.c
168
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-aes-xcbc.c
247
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-aes-xcbc.c
31
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc);
drivers/crypto/nx/nx-aes-xcbc.c
60
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha256.c
144
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha256.c
29
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(tfm);
drivers/crypto/nx/nx-sha256.c
65
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha512.c
148
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx-sha512.c
29
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(tfm);
drivers/crypto/nx/nx-sha512.c
66
struct nx_crypto_ctx *nx_ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/nx/nx.c
705
return nx_crypto_ctx_init(crypto_shash_ctx(tfm), NX_FC_SHA, NX_MODE_SHA);
drivers/crypto/nx/nx.c
710
return nx_crypto_ctx_init(crypto_shash_ctx(tfm), NX_FC_AES,
drivers/crypto/nx/nx.c
745
nx_crypto_ctx_exit(crypto_shash_ctx(tfm));
drivers/crypto/padlock-sha.c
105
struct padlock_sha_ctx *ctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/padlock-sha.c
161
struct padlock_sha_ctx *ctx = crypto_shash_ctx(hash);
drivers/crypto/padlock-sha.c
187
struct padlock_sha_ctx *ctx = crypto_shash_ctx(hash);
drivers/crypto/padlock-sha.c
60
struct padlock_sha_ctx *ctx = crypto_shash_ctx(tfm);
drivers/crypto/xilinx/zynqmp-sha.c
101
struct zynqmp_sha_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/xilinx/zynqmp-sha.c
114
struct zynqmp_sha_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);
drivers/crypto/xilinx/zynqmp-sha.c
47
struct zynqmp_sha_tfm_ctx *tfm_ctx = crypto_shash_ctx(hash);
drivers/crypto/xilinx/zynqmp-sha.c
74
struct zynqmp_sha_tfm_ctx *tfm_ctx = crypto_shash_ctx(hash);
drivers/crypto/xilinx/zynqmp-sha.c
89
struct zynqmp_sha_tfm_ctx *tctx = crypto_shash_ctx(desc->tfm);