Searched defs:dctx (Results 1 – 6 of 6) sorted by relevance
26 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local61 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local98 static void ghash_flush(struct ghash_ctx *ctx, struct ghash_desc_ctx *dctx) in ghash_flush()116 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_final() local
39 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local66 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey()166 static void poly1305_blocks(struct poly1305_desc_ctx *dctx, in poly1305_blocks()184 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local266 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
184 struct deflate_ctx *dctx = ctx; in __deflate_compress() local212 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_compress() local229 struct deflate_ctx *dctx = ctx; in __deflate_decompress() local268 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm); in deflate_decompress() local
784 struct des_ctx *dctx = crypto_tfm_ctx(tfm); in des_setkey() local885 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_setkey() local894 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_encrypt() local925 struct des3_ede_ctx *dctx = crypto_tfm_ctx(tfm); in des3_ede_decrypt() local
393 struct vmac_desc_ctx *dctx, in vhash_blocks()478 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local489 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_update() local521 struct vmac_desc_ctx *dctx) in vhash_final()550 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_final() local
30 ZSTD_DCtx *dctx; member