Home
last modified time | relevance | path

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

/crypto/
Ddes_generic.c22 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() local
39 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_encrypt() local
46 const struct des_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des_decrypt() local
54 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() local
72 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_encrypt() local
80 const struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in crypto_des3_ede_decrypt() local
Dpoly1305_generic.c24 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local
34 static unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey()
57 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_blocks()
75 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local
108 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
Dghash-generic.c48 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
81 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
115 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()
133 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
Dxxhash_generic.c34 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_init() local
44 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_update() local
53 struct xxhash64_desc_ctx *dctx = shash_desc_ctx(desc); in xxhash64_final() local
Ddeflate.c180 struct deflate_ctx *dctx = ctx; in __deflate_compress() local
208 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress() local
225 struct deflate_ctx *dctx = ctx; in __deflate_decompress() local
264 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress() local
Dvmac.c400 struct vmac_desc_ctx *dctx, in vhash_blocks()
483 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local
495 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_update() local
536 struct vmac_desc_ctx *dctx) in vhash_final()
565 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_final() local
Dzstd.c22 ZSTD_DCtx *dctx; member