Searched refs:shash_desc_ctx (Results 1 - 69 of 69) sorted by relevance

/linux-4.4.14/drivers/staging/skein/
H A Dskein_generic.c25 return skein_256_init((struct skein_256_ctx *)shash_desc_ctx(desc), skein256_init()
32 return skein_256_update((struct skein_256_ctx *)shash_desc_ctx(desc), skein256_update()
38 return skein_256_final((struct skein_256_ctx *)shash_desc_ctx(desc), skein256_final()
44 struct skein_256_ctx *sctx = shash_desc_ctx(desc); skein256_export()
52 struct skein_256_ctx *sctx = shash_desc_ctx(desc); skein256_import()
60 return skein_512_init((struct skein_512_ctx *)shash_desc_ctx(desc), skein512_init()
67 return skein_512_update((struct skein_512_ctx *)shash_desc_ctx(desc), skein512_update()
73 return skein_512_final((struct skein_512_ctx *)shash_desc_ctx(desc), skein512_final()
79 struct skein_512_ctx *sctx = shash_desc_ctx(desc); skein512_export()
87 struct skein_512_ctx *sctx = shash_desc_ctx(desc); skein512_import()
95 return skein_1024_init((struct skein_1024_ctx *)shash_desc_ctx(desc), skein1024_init()
102 return skein_1024_update((struct skein_1024_ctx *)shash_desc_ctx(desc), skein1024_update()
108 return skein_1024_final((struct skein_1024_ctx *)shash_desc_ctx(desc), skein1024_final()
114 struct skein_1024_ctx *sctx = shash_desc_ctx(desc); skein1024_export()
122 struct skein_1024_ctx *sctx = shash_desc_ctx(desc); skein1024_import()
/linux-4.4.14/include/crypto/
H A Dsha256_base.h23 struct sha256_state *sctx = shash_desc_ctx(desc); sha224_base_init()
40 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_init()
60 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_do_update()
97 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_do_finalize()
119 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_base_finish()
H A Dsha1_base.h22 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_base_init()
39 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_base_do_update()
76 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_base_do_finalize()
97 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_base_finish()
H A Dsha512_base.h23 struct sha512_state *sctx = shash_desc_ctx(desc); sha384_base_init()
40 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_base_init()
60 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_base_do_update()
99 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_base_do_finalize()
122 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_base_finish()
H A Dhash.h744 static inline void *shash_desc_ctx(struct shash_desc *desc) shash_desc_ctx() function
/linux-4.4.14/arch/x86/crypto/
H A Dcrct10dif-pclmul_glue.c50 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_init()
60 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_update()
73 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_final()
94 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_finup()
102 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_digest()
H A Dcrc32-pclmul_glue.c107 u32 *crcp = shash_desc_ctx(desc); crc32_pclmul_init()
117 u32 *crcp = shash_desc_ctx(desc); crc32_pclmul_update()
134 return __crc32_pclmul_finup(shash_desc_ctx(desc), data, len, out); crc32_pclmul_finup()
139 u32 *crcp = shash_desc_ctx(desc); crc32_pclmul_final()
H A Dcrc32c-intel_glue.c130 u32 *crcp = shash_desc_ctx(desc); crc32c_intel_init()
140 u32 *crcp = shash_desc_ctx(desc); crc32c_intel_update()
156 return __crc32c_intel_finup(shash_desc_ctx(desc), data, len, out); crc32c_intel_finup()
161 u32 *crcp = shash_desc_ctx(desc); crc32c_intel_final()
187 u32 *crcp = shash_desc_ctx(desc); crc32c_pcl_intel_update()
218 return __crc32c_pcl_intel_finup(shash_desc_ctx(desc), data, len, out); crc32c_pcl_intel_finup()
H A Dpoly1305_glue.c46 struct poly1305_simd_desc_ctx *sctx = shash_desc_ctx(desc); poly1305_simd_init()
123 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); poly1305_simd_update()
H A Dghash-clmulni-intel_glue.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_init()
83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_update()
136 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final()
H A Dsha1_ssse3_glue.c40 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_update()
H A Dsha256_ssse3_glue.c50 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_update()
H A Dsha512_ssse3_glue.c50 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_update()
/linux-4.4.14/crypto/
H A Dcrct10dif_generic.c44 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_init()
54 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_update()
62 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_final()
78 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_finup()
86 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_digest()
H A Dmd5.c52 struct md5_state *mctx = shash_desc_ctx(desc); md5_init()
65 struct md5_state *mctx = shash_desc_ctx(desc); md5_update()
97 struct md5_state *mctx = shash_desc_ctx(desc); md5_final()
125 struct md5_state *ctx = shash_desc_ctx(desc); md5_export()
133 struct md5_state *ctx = shash_desc_ctx(desc); md5_import()
H A Dcrc32.c79 u32 *crcp = shash_desc_ctx(desc); crc32_init()
89 u32 *crcp = shash_desc_ctx(desc); crc32_update()
106 return __crc32_finup(shash_desc_ctx(desc), data, len, out); crc32_finup()
111 u32 *crcp = shash_desc_ctx(desc); crc32_final()
H A Dghash-generic.c37 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_init()
66 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_update()
121 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final()
H A Dmichael_mic.c52 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc); michael_init()
65 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc); michael_update()
105 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc); michael_final()
H A Dcrc32c_generic.c64 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_init()
92 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_update()
100 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_final()
115 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_finup()
H A Dhmac.c91 struct shash_desc *desc = shash_desc_ctx(pdesc); hmac_export()
100 struct shash_desc *desc = shash_desc_ctx(pdesc); hmac_import()
117 struct shash_desc *desc = shash_desc_ctx(pdesc); hmac_update()
130 struct shash_desc *desc = shash_desc_ctx(pdesc); hmac_final()
147 struct shash_desc *desc = shash_desc_ctx(pdesc); hmac_finup()
H A Dmd4.c158 struct md4_ctx *mctx = shash_desc_ctx(desc); md4_init()
171 struct md4_ctx *mctx = shash_desc_ctx(desc); md4_update()
203 struct md4_ctx *mctx = shash_desc_ctx(desc); md4_final()
H A Dxcbc.c85 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_xcbc_digest_init()
101 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_xcbc_digest_update()
147 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_xcbc_digest_final()
H A Dcmac.c111 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cmac_digest_init()
127 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cmac_digest_update()
173 struct cmac_desc_ctx *ctx = shash_desc_ctx(pdesc); crypto_cmac_digest_final()
H A Dpoly1305_generic.c43 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_init()
182 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_update()
216 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); crypto_poly1305_final()
H A Dtgr192.c500 struct tgr192_ctx *tctx = shash_desc_ctx(desc); tgr192_init()
517 struct tgr192_ctx *tctx = shash_desc_ctx(desc); tgr192_update()
557 struct tgr192_ctx *tctx = shash_desc_ctx(desc); tgr192_final()
H A Drmd128.c222 struct rmd128_ctx *rctx = shash_desc_ctx(desc); rmd128_init()
239 struct rmd128_ctx *rctx = shash_desc_ctx(desc); rmd128_update()
274 struct rmd128_ctx *rctx = shash_desc_ctx(desc); rmd128_final()
H A Drmd256.c237 struct rmd256_ctx *rctx = shash_desc_ctx(desc); rmd256_init()
258 struct rmd256_ctx *rctx = shash_desc_ctx(desc); rmd256_update()
293 struct rmd256_ctx *rctx = shash_desc_ctx(desc); rmd256_final()
H A Drmd160.c265 struct rmd160_ctx *rctx = shash_desc_ctx(desc); rmd160_init()
283 struct rmd160_ctx *rctx = shash_desc_ctx(desc); rmd160_update()
318 struct rmd160_ctx *rctx = shash_desc_ctx(desc); rmd160_final()
H A Drmd320.c284 struct rmd320_ctx *rctx = shash_desc_ctx(desc); rmd320_init()
307 struct rmd320_ctx *rctx = shash_desc_ctx(desc); rmd320_update()
342 struct rmd320_ctx *rctx = shash_desc_ctx(desc); rmd320_final()
H A Dshash.c191 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm)); shash_default_export()
197 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm)); shash_default_import()
H A Dwp512.c990 struct wp512_ctx *wctx = shash_desc_ctx(desc); wp512_init()
1006 struct wp512_ctx *wctx = shash_desc_ctx(desc); wp512_update()
1067 struct wp512_ctx *wctx = shash_desc_ctx(desc); wp512_final()
H A Dtestmgr.c1709 u32 *ctx = (u32 *)shash_desc_ctx(shash); alg_test_crc32c()
/linux-4.4.14/arch/powerpc/crypto/
H A Dmd5-glue.c38 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_init()
52 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_update()
83 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_final()
115 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_export()
123 struct md5_state *sctx = shash_desc_ctx(desc); ppc_md5_import()
H A Dsha1.c33 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_init()
45 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_update()
81 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_final()
109 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_export()
117 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_import()
H A Dsha1-spe-glue.c65 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_init()
80 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_update()
123 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_final()
160 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_export()
168 struct sha1_state *sctx = shash_desc_ctx(desc); ppc_spe_sha1_import()
H A Dsha256-spe-glue.c66 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_init()
83 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha224_init()
101 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_update()
145 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_final()
206 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_export()
214 struct sha256_state *sctx = shash_desc_ctx(desc); ppc_spe_sha256_import()
/linux-4.4.14/arch/sparc/crypto/
H A Dsha256_glue.c31 struct sha256_state *sctx = shash_desc_ctx(desc); sha224_sparc64_init()
47 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_init()
85 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_update()
100 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_final()
145 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_export()
153 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_sparc64_import()
H A Dcrc32c_glue.c46 u32 *crcp = shash_desc_ctx(desc); crc32c_sparc64_init()
72 u32 *crcp = shash_desc_ctx(desc); crc32c_sparc64_update()
93 return __crc32c_sparc64_finup(shash_desc_ctx(desc), data, len, out); crc32c_sparc64_finup()
98 u32 *crcp = shash_desc_ctx(desc); crc32c_sparc64_final()
H A Dmd5_glue.c34 struct md5_state *mctx = shash_desc_ctx(desc); md5_sparc64_init()
69 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_update()
85 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_final()
118 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_export()
127 struct md5_state *sctx = shash_desc_ctx(desc); md5_sparc64_import()
H A Dsha1_glue.c31 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_init()
64 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_update()
80 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_final()
113 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_export()
122 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_sparc64_import()
H A Dsha512_glue.c30 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_sparc64_init()
46 struct sha512_state *sctx = shash_desc_ctx(desc); sha384_sparc64_init()
85 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_sparc64_update()
101 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_sparc64_final()
/linux-4.4.14/arch/s390/crypto/
H A Dsha1_s390.c37 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha1_init()
52 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha1_export()
63 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha1_import()
H A Dsha256_s390.c27 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha256_init()
45 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha256_export()
56 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha256_import()
87 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha224_init()
H A Dsha512_s390.c28 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); sha512_init()
46 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha512_export()
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc); sha512_import()
94 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); sha384_init()
H A Dghash_s390.c32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_init()
59 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_update()
121 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final()
H A Dsha_common.c23 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); s390_sha_update()
65 struct s390_sha_ctx *ctx = shash_desc_ctx(desc); s390_sha_final()
/linux-4.4.14/arch/arm64/crypto/
H A Dsha1-ce-glue.c38 struct sha1_ce_state *sctx = shash_desc_ctx(desc); sha1_ce_update()
52 struct sha1_ce_state *sctx = shash_desc_ctx(desc); sha1_ce_finup()
77 struct sha1_ce_state *sctx = shash_desc_ctx(desc); sha1_ce_final()
H A Dcrc32-arm64.c103 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_init()
131 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_update()
140 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksumc_update()
148 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_final()
156 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksumc_final()
177 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksum_finup()
185 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc); chksumc_finup()
H A Dghash-ce-glue.c41 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); ghash_init()
50 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); ghash_update()
84 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); ghash_final()
H A Dsha2-ce-glue.c38 struct sha256_ce_state *sctx = shash_desc_ctx(desc); sha256_ce_update()
52 struct sha256_ce_state *sctx = shash_desc_ctx(desc); sha256_ce_finup()
78 struct sha256_ce_state *sctx = shash_desc_ctx(desc); sha256_ce_final()
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-crypto-adler.c70 u32 *cksump = shash_desc_ctx(desc); adler32_init()
80 u32 *cksump = shash_desc_ctx(desc); adler32_update()
96 return __adler32_finup(shash_desc_ctx(desc), data, len, out); adler32_finup()
101 u32 *cksump = shash_desc_ctx(desc); adler32_final()
/linux-4.4.14/drivers/crypto/
H A Dpadlock-sha.c38 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_init()
49 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_update()
57 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_export()
64 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_import()
88 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha1_finup()
154 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha256_finup()
296 struct sha1_state *sctx = shash_desc_ctx(desc); padlock_sha1_init_nano()
308 struct sha1_state *sctx = shash_desc_ctx(desc); padlock_sha1_update_nano()
361 struct sha1_state *state = (struct sha1_state *)shash_desc_ctx(desc); padlock_sha1_final_nano()
384 struct sha256_state *sctx = shash_desc_ctx(desc); padlock_sha256_init_nano()
397 struct sha256_state *sctx = shash_desc_ctx(desc); padlock_sha256_update_nano()
451 (struct sha256_state *)shash_desc_ctx(desc); padlock_sha256_final_nano()
476 void *sctx = shash_desc_ctx(desc); padlock_sha_export_nano()
486 void *sctx = shash_desc_ctx(desc); padlock_sha_import_nano()
/linux-4.4.14/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c70 struct md5_state *mctx = shash_desc_ctx(desc); octeon_md5_init()
84 struct md5_state *mctx = shash_desc_ctx(desc); octeon_md5_update()
123 struct md5_state *mctx = shash_desc_ctx(desc); octeon_md5_final()
158 struct md5_state *ctx = shash_desc_ctx(desc); octeon_md5_export()
166 struct md5_state *ctx = shash_desc_ctx(desc); octeon_md5_import()
H A Docteon-sha1.c80 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_init()
126 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_update()
151 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_final()
191 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_export()
199 struct sha1_state *sctx = shash_desc_ctx(desc); octeon_sha1_import()
H A Docteon-sha256.c72 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha224_init()
89 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_init()
138 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_update()
163 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_final()
215 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_export()
223 struct sha256_state *sctx = shash_desc_ctx(desc); octeon_sha256_import()
H A Docteon-sha512.c83 struct sha512_state *sctx = shash_desc_ctx(desc); octeon_sha512_init()
100 struct sha512_state *sctx = shash_desc_ctx(desc); octeon_sha384_init()
152 struct sha512_state *sctx = shash_desc_ctx(desc); octeon_sha512_update()
177 struct sha512_state *sctx = shash_desc_ctx(desc); octeon_sha512_final()
/linux-4.4.14/fs/btrfs/
H A Dhash.c35 u32 *ctx = (u32 *)shash_desc_ctx(shash); btrfs_crc32c()
/linux-4.4.14/drivers/crypto/nx/
H A Dnx-sha256.c51 struct sha256_state *sctx = shash_desc_ctx(desc); nx_sha256_init()
71 struct sha256_state *sctx = shash_desc_ctx(desc); nx_sha256_update()
191 struct sha256_state *sctx = shash_desc_ctx(desc); nx_sha256_final()
262 struct sha256_state *sctx = shash_desc_ctx(desc); nx_sha256_export()
271 struct sha256_state *sctx = shash_desc_ctx(desc); nx_sha256_import()
H A Dnx-sha512.c51 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_init()
71 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_update()
194 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_final()
268 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_export()
277 struct sha512_state *sctx = shash_desc_ctx(desc); nx_sha512_import()
H A Dnx-aes-xcbc.c172 struct xcbc_state *sctx = shash_desc_ctx(desc); nx_xcbc_init()
183 struct xcbc_state *sctx = shash_desc_ctx(desc); nx_xcbc_update()
309 struct xcbc_state *sctx = shash_desc_ctx(desc); nx_xcbc_final()
/linux-4.4.14/drivers/crypto/vmx/
H A Dghash.c102 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); p8_ghash_init()
135 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); p8_ghash_update()
188 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); p8_ghash_final()
/linux-4.4.14/lib/
H A Dlibcrc32c.c45 u32 *ctx = (u32 *)shash_desc_ctx(shash); crc32c()
/linux-4.4.14/arch/arm/crypto/
H A Dsha1-ce-glue.c33 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_ce_update()
H A Dsha512-neon-glue.c31 struct sha512_state *sctx = shash_desc_ctx(desc); sha512_neon_update()
H A Dsha1_neon_glue.c40 struct sha1_state *sctx = shash_desc_ctx(desc); sha1_neon_update()
H A Dsha2-ce-glue.c34 struct sha256_state *sctx = shash_desc_ctx(desc); sha2_ce_update()
H A Dsha256_neon_glue.c35 struct sha256_state *sctx = shash_desc_ctx(desc); sha256_update()
H A Dghash-ce-glue.c48 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); ghash_init()
57 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); ghash_update()
91 struct ghash_desc_ctx *ctx = shash_desc_ctx(desc); ghash_final()
/linux-4.4.14/arch/x86/crypto/sha-mb/
H A Dsha1_mb.c348 struct sha1_hash_ctx *sctx = shash_desc_ctx(desc); sha1_mb_init()
366 struct sha1_hash_ctx *sctx = shash_desc_ctx(&rctx->desc); sha1_mb_set_results()
397 sha_ctx = (struct sha1_hash_ctx *) shash_desc_ctx(&rctx->desc); sha_finish_walk()
521 sha_ctx = (struct sha1_hash_ctx *) shash_desc_ctx(desc); sha1_mb_update()
583 sha_ctx = (struct sha1_hash_ctx *) shash_desc_ctx(desc); sha1_mb_finup()
631 sha_ctx = (struct sha1_hash_ctx *) shash_desc_ctx(desc); sha1_mb_final()
659 struct sha1_hash_ctx *sctx = shash_desc_ctx(desc); sha1_mb_export()
668 struct sha1_hash_ctx *sctx = shash_desc_ctx(desc); sha1_mb_import()

Completed in 415 milliseconds