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

/linux-4.1.27/crypto/
H A Ddeflate.c131 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); deflate_compress() local
161 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); deflate_decompress() local
H A Dghash-generic.c37 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_init() local
66 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_update() local
103 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) ghash_flush() argument
121 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final() local
H A Dzlib.c133 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); zlib_compress_init() local
147 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); zlib_compress_update() local
185 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); zlib_compress_final() local
247 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); zlib_decompress_init() local
261 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); zlib_decompress_update() local
300 struct zlib_ctx *dctx = crypto_tfm_ctx(crypto_pcomp_tfm(tfm)); zlib_decompress_final() local
H A Ddes_generic.c784 struct des_ctx *dctx = crypto_tfm_ctx(tfm); des_setkey() local
885 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); des3_ede_setkey() local
894 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); des3_ede_encrypt() local
925 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); des3_ede_decrypt() local
/linux-4.1.27/arch/s390/crypto/
H A Dghash_s390.c31 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_init() local
58 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_update() local
98 static int ghash_flush(struct ghash_desc_ctx *dctx) ghash_flush() argument
120 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final() local
/linux-4.1.27/drivers/crypto/vmx/
H A Dghash.c100 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); p8_ghash_init() local
131 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); p8_ghash_update() local
178 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); p8_ghash_final() local
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_gem_context.c374 struct intel_context *dctx = dev_priv->ring[RCS].default_context; i915_gem_context_fini() local
H A Dintel_ringbuffer.c45 struct intel_context *dctx = ring->default_context; intel_ring_initialized() local
/linux-4.1.27/drivers/crypto/
H A Dpadlock-sha.c38 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_init() local
49 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_update() local
57 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_export() local
64 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha_import() local
88 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha1_finup() local
154 struct padlock_sha_desc *dctx = shash_desc_ctx(desc); padlock_sha256_finup() local
/linux-4.1.27/arch/sparc/crypto/
H A Ddes_glue.c46 struct des_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); des_set_key() local
203 struct des3_ede_sparc64_ctx *dctx = crypto_tfm_ctx(tfm); des3_ede_set_key() local
/linux-4.1.27/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_init() local
83 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_update() local
116 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) ghash_flush() argument
136 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); ghash_final() local

Completed in 320 milliseconds