Home
last modified time | relevance | path

Searched defs:dctx (Results 1 – 7 of 7) sorted by relevance

/linux-3.3/crypto/
Dzlib.c133 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_init() local
147 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_update() local
185 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_compress_final() local
247 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_init() local
261 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_update() local
300 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); in zlib_decompress_final() local
Dghash-generic.c37 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
66 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
103 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
121 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
Ddeflate.c131 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress() local
161 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress() local
Ddes_generic.c784 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() local
866 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() local
886 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_encrypt() local
917 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_decrypt() local
/linux-3.3/arch/s390/crypto/
Dghash_s390.c30 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
56 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
95 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
114 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
/linux-3.3/drivers/crypto/
Dpadlock-sha.c37 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init() local
48 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update() local
56 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export() local
63 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import() local
87 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha1_finup() local
153 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup() local
/linux-3.3/arch/x86/crypto/
Dghash-clmulni-intel_glue.c49 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
74 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
107 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
127 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local