Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Dpoly1305_generic.c43 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local
65 static void poly1305_setrkey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setrkey()
75 static void poly1305_setskey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setskey()
83 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey()
104 static unsigned int poly1305_blocks(struct poly1305_desc_ctx *dctx, in poly1305_blocks()
182 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local
216 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
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.4.14/arch/s390/crypto/
Dghash_s390.c32 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
59 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
99 static int ghash_flush(struct ghash_desc_ctx *dctx) in ghash_flush()
121 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
/linux-4.4.14/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.4.14/drivers/crypto/vmx/
Dghash.c102 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_init() local
135 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_update() local
188 struct p8_ghash_desc_ctx *dctx = shash_desc_ctx(desc); in p8_ghash_final() local
/linux-4.4.14/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
Dpoly1305_glue.c67 static unsigned int poly1305_simd_blocks(struct poly1305_desc_ctx *dctx, in poly1305_simd_blocks()
123 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in poly1305_simd_update() local
/linux-4.4.14/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.4.14/drivers/gpu/drm/i915/
Di915_gem_context.c404 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