Home
last modified time | relevance | path

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

/crypto/
Dpoly1305_generic.c43 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_init() local
54 static void poly1305_setrkey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setrkey()
64 static void poly1305_setskey(struct poly1305_desc_ctx *dctx, const u8 *key) in poly1305_setskey()
77 unsigned int crypto_poly1305_setdesckey(struct poly1305_desc_ctx *dctx, in crypto_poly1305_setdesckey()
98 static unsigned int poly1305_blocks(struct poly1305_desc_ctx *dctx, in poly1305_blocks()
176 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_update() local
210 struct poly1305_desc_ctx *dctx = shash_desc_ctx(desc); in crypto_poly1305_final() local
Dghash-generic.c26 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_init() local
61 struct ghash_desc_ctx *dctx = shash_desc_ctx(desc); in ghash_update() local
98 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
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
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
Dvmac.c393 struct vmac_desc_ctx *dctx, in vhash_blocks()
478 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_init() local
489 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_update() local
521 struct vmac_desc_ctx *dctx) in vhash_final()
550 struct vmac_desc_ctx *dctx = shash_desc_ctx(desc); in vmac_final() local