Symbol: shash_desc_ctx
arch/arm/crypto/ghash-ce-glue.c
104
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm/crypto/ghash-ce-glue.c
116
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm/crypto/ghash-ce-glue.c
63
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm/crypto/ghash-ce-glue.c
84
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm/crypto/ghash-ce-glue.c
94
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/aes-glue.c
833
struct mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/aes-glue.c
857
struct mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/aes-glue.c
869
struct mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/aes-glue.c
883
struct mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/ghash-ce-glue.c
108
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/ghash-ce-glue.c
118
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/ghash-ce-glue.c
129
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/ghash-ce-glue.c
64
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/ghash-ce-glue.c
88
struct arm_ghash_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/sm4-ce-glue.c
568
struct sm4_mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/sm4-ce-glue.c
578
struct sm4_mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/sm4-ce-glue.c
592
struct sm4_mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/arm64/crypto/sm4-ce-glue.c
611
struct sm4_mac_desc_ctx *ctx = shash_desc_ctx(desc);
arch/powerpc/crypto/ghash.c
122
struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/powerpc/crypto/ghash.c
131
struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/powerpc/crypto/ghash.c
45
struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/riscv/crypto/ghash-riscv64-glue.c
51
struct riscv64_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/riscv/crypto/ghash-riscv64-glue.c
83
struct riscv64_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/riscv/crypto/ghash-riscv64-glue.c
94
struct riscv64_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/s390/crypto/ghash_s390.c
32
struct s390_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/s390/crypto/ghash_s390.c
56
struct s390_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/s390/crypto/ghash_s390.c
79
struct s390_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/s390/crypto/ghash_s390.c
88
struct s390_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/s390/crypto/ghash_s390.c
97
struct s390_ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/s390/crypto/hmac_s390.c
185
struct s390_kmac_sha2_ctx *ctx = shash_desc_ctx(desc);
arch/s390/crypto/hmac_s390.c
217
struct s390_kmac_sha2_ctx *ctx = shash_desc_ctx(desc);
arch/s390/crypto/hmac_s390.c
234
struct s390_kmac_sha2_ctx *ctx = shash_desc_ctx(desc);
arch/s390/crypto/hmac_s390.c
252
struct s390_kmac_sha2_ctx *ctx = shash_desc_ctx(desc);
arch/s390/crypto/hmac_s390.c
289
struct s390_kmac_sha2_ctx *ctx = shash_desc_ctx(desc);
arch/s390/crypto/hmac_s390.c
313
struct s390_kmac_sha2_ctx *ctx = shash_desc_ctx(desc);
arch/x86/crypto/ghash-clmulni-intel_glue.c
112
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/x86/crypto/ghash-clmulni-intel_glue.c
33
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
arch/x86/crypto/ghash-clmulni-intel_glue.c
85
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/blake2b.c
29
#define BLAKE2B_CTX(desc) ((struct blake2b_ctx *)shash_desc_ctx(desc))
crypto/ccm.c
783
u8 *dg = shash_desc_ctx(pdesc);
crypto/ccm.c
796
u8 *dg = shash_desc_ctx(pdesc);
crypto/ccm.c
814
u8 *dg = shash_desc_ctx(pdesc);
crypto/cmac.c
106
u8 *prev = shash_desc_ctx(pdesc);
crypto/cmac.c
124
u8 *prev = shash_desc_ctx(pdesc);
crypto/cmac.c
93
u8 *prev = shash_desc_ctx(pdesc);
crypto/crc32.c
50
u32 *crcp = shash_desc_ctx(desc);
crypto/crc32.c
60
u32 *crcp = shash_desc_ctx(desc);
crypto/crc32.c
76
return __crc32_finup(shash_desc_ctx(desc), data, len, out);
crypto/crc32.c
81
u32 *crcp = shash_desc_ctx(desc);
crypto/crc32c.c
109
struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
crypto/crc32c.c
60
struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
crypto/crc32c.c
86
struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
crypto/crc32c.c
94
struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
crypto/ghash-generic.c
111
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/ghash-generic.c
48
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/ghash-generic.c
81
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/ghash-generic.c
99
struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/hmac.c
101
struct shash_desc *desc = shash_desc_ctx(pdesc);
crypto/hmac.c
109
struct shash_desc *desc = shash_desc_ctx(pdesc);
crypto/hmac.c
125
struct shash_desc *desc = shash_desc_ctx(pdesc);
crypto/hmac.c
139
struct shash_desc *desc = shash_desc_ctx(pdesc);
crypto/hmac.c
84
struct shash_desc *desc = shash_desc_ctx(pdesc);
crypto/hmac.c
91
struct shash_desc *desc = shash_desc_ctx(pdesc);
crypto/md4.c
141
struct md4_ctx *mctx = shash_desc_ctx(desc);
crypto/md4.c
154
struct md4_ctx *mctx = shash_desc_ctx(desc);
crypto/md4.c
186
struct md4_ctx *mctx = shash_desc_ctx(desc);
crypto/md5.c
116
#define HMAC_MD5_CTX(desc) ((struct hmac_md5_ctx *)shash_desc_ctx(desc))
crypto/md5.c
67
#define MD5_CTX(desc) ((struct md5_ctx *)shash_desc_ctx(desc))
crypto/michael_mic.c
49
struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc);
crypto/michael_mic.c
62
struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc);
crypto/michael_mic.c
99
struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc);
crypto/rmd160.c
254
struct rmd160_ctx *rctx = shash_desc_ctx(desc);
crypto/rmd160.c
271
struct rmd160_ctx *rctx = shash_desc_ctx(desc);
crypto/rmd160.c
292
struct rmd160_ctx *rctx = shash_desc_ctx(desc);
crypto/sha1.c
120
#define HMAC_SHA1_CTX(desc) ((struct hmac_sha1_ctx *)shash_desc_ctx(desc))
crypto/sha1.c
71
#define SHA1_CTX(desc) ((struct sha1_ctx *)shash_desc_ctx(desc))
crypto/sha256.c
134
#define SHA256_CTX(desc) ((struct sha256_ctx *)shash_desc_ctx(desc))
crypto/sha256.c
185
#define HMAC_SHA224_CTX(desc) ((struct hmac_sha224_ctx *)shash_desc_ctx(desc))
crypto/sha256.c
252
#define HMAC_SHA256_CTX(desc) ((struct hmac_sha256_ctx *)shash_desc_ctx(desc))
crypto/sha256.c
76
#define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc))
crypto/sha3.c
11
#define SHA3_CTX(desc) ((struct sha3_ctx *)shash_desc_ctx(desc))
crypto/sha512.c
140
#define SHA512_CTX(desc) ((struct sha512_ctx *)shash_desc_ctx(desc))
crypto/sha512.c
191
#define HMAC_SHA384_CTX(desc) ((struct hmac_sha384_ctx *)shash_desc_ctx(desc))
crypto/sha512.c
258
#define HMAC_SHA512_CTX(desc) ((struct hmac_sha512_ctx *)shash_desc_ctx(desc))
crypto/sha512.c
78
#define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc))
crypto/shash.c
106
memset(shash_desc_ctx(desc), 0, crypto_shash_descsize(desc->tfm));
crypto/shash.c
114
u8 *blenp = shash_desc_ctx(desc);
crypto/shash.c
211
u8 *buf = shash_desc_ctx(desc);
crypto/shash.c
241
u8 *buf = shash_desc_ctx(desc);
crypto/shash.c
255
u8 *buf = shash_desc_ctx(desc);
crypto/shash.c
292
u8 *buf = shash_desc_ctx(desc);
crypto/shash.c
72
u8 *buf = shash_desc_ctx(desc);
crypto/streebog_generic.c
1002
struct streebog_state *ctx = shash_desc_ctx(desc);
crypto/streebog_generic.c
1016
struct streebog_state *ctx = shash_desc_ctx(desc);
crypto/streebog_generic.c
911
struct streebog_state *ctx = shash_desc_ctx(desc);
crypto/wp512.c
1014
struct wp512_ctx *wctx = shash_desc_ctx(desc);
crypto/wp512.c
1032
struct wp512_ctx *wctx = shash_desc_ctx(desc);
crypto/wp512.c
987
struct wp512_ctx *wctx = shash_desc_ctx(desc);
crypto/xcbc.c
61
u8 *prev = shash_desc_ctx(pdesc);
crypto/xcbc.c
74
u8 *prev = shash_desc_ctx(pdesc);
crypto/xcbc.c
92
u8 *prev = shash_desc_ctx(pdesc);
crypto/xxhash_generic.c
34
struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/xxhash_generic.c
44
struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc);
crypto/xxhash_generic.c
53
struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-aes-xcbc.c
157
struct xcbc_state *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-aes-xcbc.c
169
struct xcbc_state *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-aes-xcbc.c
248
struct xcbc_state *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha256.c
145
struct sha256_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha256.c
208
struct sha256_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha256.c
225
struct sha256_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha256.c
47
struct sha256_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha256.c
66
struct sha256_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha512.c
147
struct sha512_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha512.c
213
struct sha512_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha512.c
230
struct sha512_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha512.c
47
struct sha512_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/nx/nx-sha512.c
67
struct sha512_state_be *sctx = shash_desc_ctx(desc);
drivers/crypto/padlock-sha.c
29
return PTR_ALIGN(shash_desc_ctx(desc), PADLOCK_ALIGNMENT);
drivers/crypto/xilinx/zynqmp-sha.c
107
err = crypto_shash_import(fbdesc, shash_desc_ctx(desc)) ?:
drivers/crypto/xilinx/zynqmp-sha.c
119
return crypto_shash_import(fbdesc, shash_desc_ctx(desc)) ?:
drivers/crypto/xilinx/zynqmp-sha.c
82
err = err ?: crypto_shash_export(fbdesc, shash_desc_ctx(desc));
include/crypto/sm3_base.h
24
sm3_init(shash_desc_ctx(desc));
include/crypto/sm3_base.h
33
struct sm3_state *sctx = shash_desc_ctx(desc);
include/crypto/sm3_base.h
45
struct sm3_state *sctx = shash_desc_ctx(desc);
include/crypto/sm3_base.h
73
struct sm3_state *sctx = shash_desc_ctx(desc);