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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha1_generic.c30 struct sha1_state *sctx = shash_desc_ctx(desc);
42 struct sha1_state *sctx = shash_desc_ctx(desc);
78 struct sha1_state *sctx = shash_desc_ctx(desc);
106 struct sha1_state *sctx = shash_desc_ctx(desc);
114 struct sha1_state *sctx = shash_desc_ctx(desc);
H A Dghash-generic.c37 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
66 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
118 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
H A Dmichael_mic.c52 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc);
65 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc);
105 struct michael_mic_desc_ctx *mctx = shash_desc_ctx(desc);
H A Dcrc32c.c152 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
180 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
188 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
203 struct chksum_desc_ctx *ctx = shash_desc_ctx(desc);
H A Dhmac.c94 struct shash_desc *desc = shash_desc_ctx(pdesc);
103 struct shash_desc *desc = shash_desc_ctx(pdesc);
120 struct shash_desc *desc = shash_desc_ctx(pdesc);
133 struct shash_desc *desc = shash_desc_ctx(pdesc);
150 struct shash_desc *desc = shash_desc_ctx(pdesc);
H A Dxcbc.c84 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
100 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
146 struct xcbc_desc_ctx *ctx = shash_desc_ctx(pdesc);
H A Dmd5.c141 struct md5_state *mctx = shash_desc_ctx(desc);
154 struct md5_state *mctx = shash_desc_ctx(desc);
186 struct md5_state *mctx = shash_desc_ctx(desc);
214 struct md5_state *ctx = shash_desc_ctx(desc);
222 struct md5_state *ctx = shash_desc_ctx(desc);
H A Dmd4.c156 struct md4_ctx *mctx = shash_desc_ctx(desc);
169 struct md4_ctx *mctx = shash_desc_ctx(desc);
201 struct md4_ctx *mctx = shash_desc_ctx(desc);
H A Dsha512_generic.c138 struct sha512_state *sctx = shash_desc_ctx(desc);
155 struct sha512_state *sctx = shash_desc_ctx(desc);
172 struct sha512_state *sctx = shash_desc_ctx(desc);
207 struct sha512_state *sctx = shash_desc_ctx(desc);
H A Dsha256_generic.c219 struct sha256_state *sctx = shash_desc_ctx(desc);
235 struct sha256_state *sctx = shash_desc_ctx(desc);
252 struct sha256_state *sctx = shash_desc_ctx(desc);
283 struct sha256_state *sctx = shash_desc_ctx(desc);
325 struct sha256_state *sctx = shash_desc_ctx(desc);
333 struct sha256_state *sctx = shash_desc_ctx(desc);
H A Dshash.c188 memcpy(out, shash_desc_ctx(desc), crypto_shash_descsize(desc->tfm));
194 memcpy(shash_desc_ctx(desc), in, crypto_shash_descsize(desc->tfm));
H A Drmd128.c222 struct rmd128_ctx *rctx = shash_desc_ctx(desc);
239 struct rmd128_ctx *rctx = shash_desc_ctx(desc);
274 struct rmd128_ctx *rctx = shash_desc_ctx(desc);
H A Drmd160.c265 struct rmd160_ctx *rctx = shash_desc_ctx(desc);
283 struct rmd160_ctx *rctx = shash_desc_ctx(desc);
318 struct rmd160_ctx *rctx = shash_desc_ctx(desc);
H A Drmd256.c237 struct rmd256_ctx *rctx = shash_desc_ctx(desc);
258 struct rmd256_ctx *rctx = shash_desc_ctx(desc);
293 struct rmd256_ctx *rctx = shash_desc_ctx(desc);
H A Drmd320.c284 struct rmd320_ctx *rctx = shash_desc_ctx(desc);
307 struct rmd320_ctx *rctx = shash_desc_ctx(desc);
342 struct rmd320_ctx *rctx = shash_desc_ctx(desc);
H A Dtgr192.c500 struct tgr192_ctx *tctx = shash_desc_ctx(desc);
517 struct tgr192_ctx *tctx = shash_desc_ctx(desc);
557 struct tgr192_ctx *tctx = shash_desc_ctx(desc);
H A Dwp512.c984 struct wp512_ctx *wctx = shash_desc_ctx(desc);
1000 struct wp512_ctx *wctx = shash_desc_ctx(desc);
1061 struct wp512_ctx *wctx = shash_desc_ctx(desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Dsha1_s390.c36 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
51 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
62 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
H A Dsha256_s390.c29 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
47 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
58 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
H A Dsha512_s390.c27 struct s390_sha_ctx *ctx = shash_desc_ctx(desc);
45 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
57 struct s390_sha_ctx *sctx = shash_desc_ctx(desc);
93 struct s390_sha_ctx *ctx = shash_desc_ctx(desc);
H A Dsha_common.c22 struct s390_sha_ctx *ctx = shash_desc_ctx(desc);
61 struct s390_sha_ctx *ctx = shash_desc_ctx(desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Dcrc32c-intel.c103 u32 *crcp = shash_desc_ctx(desc);
113 u32 *crcp = shash_desc_ctx(desc);
129 return __crc32c_intel_finup(shash_desc_ctx(desc), data, len, out);
134 u32 *crcp = shash_desc_ctx(desc);
H A Dghash-clmulni-intel_glue.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
73 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
126 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-sha.c43 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
54 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
62 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
69 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
93 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
159 struct padlock_sha_desc *dctx = shash_desc_ctx(desc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dhash.h322 static inline void *shash_desc_ctx(struct shash_desc *desc) function

Completed in 111 milliseconds