Home
last modified time | relevance | path

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

/linux-4.1.27/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
885 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() local
894 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_encrypt() local
925 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_decrypt() local
/linux-4.1.27/arch/s390/crypto/
Dghash_s390.c31 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
58 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
98 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush()
120 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
/linux-4.1.27/drivers/crypto/
Dpadlock-sha.c38 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_init() local
49 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_update() local
57 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_export() local
64 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha_import() local
88 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha1_finup() local
154 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); in padlock_sha256_finup() local
/linux-4.1.27/drivers/crypto/vmx/
Dghash.c100 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_init() local
131 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_update() local
178 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_final() local
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
116 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
136 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
/linux-4.1.27/arch/sparc/crypto/
Ddes_glue.c46 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); in des_set_key() local
203 struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_set_key() local
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_context.c374 struct intel_context *dctx = dev_priv->ring[RCS].default_context; in i915_gem_context_fini() local
Dintel_ringbuffer.c45 struct intel_context *dctx = ring->default_context; in intel_ring_initialized() local