Searched refs:deflate_ctx (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Ddeflate.c16 struct deflate_ctx { struct
21 static int deflate_comp_init(struct deflate_ctx *ctx)
46 static int deflate_decomp_init(struct deflate_ctx *ctx)
68 static void deflate_comp_exit(struct deflate_ctx *ctx)
74 static void deflate_decomp_exit(struct deflate_ctx *ctx)
82 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
97 struct deflate_ctx *ctx = crypto_tfm_ctx(tfm);
107 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
137 struct deflate_ctx *dctx = crypto_tfm_ctx(tfm);
171 .cra_ctxsize = sizeof(struct deflate_ctx),
[all...]

Completed in 72 milliseconds