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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Dcryptocop.c81 struct cryptocop_transform_ctx *tctx;
119 struct cryptocop_transform_ctx{ struct
124 struct cryptocop_transform_ctx *next;
131 struct cryptocop_transform_ctx *tfrm_ctx;
226 static struct cryptocop_transform_ctx *get_transform_ctx(struct cryptocop_session *sess, cryptocop_tfrm_id tid);
698 struct cryptocop_transform_ctx *tctx;
1524 sess->tfrm_ctx = kmalloc(no_tfrms * sizeof(struct cryptocop_transform_ctx), alloc_flag);
1526 DEBUG_API(printk("cryptocop_new_session, kmalloc cryptocop_transform_ctx\n"));
1569 struct cryptocop_transform_ctx *tc;
1651 static struct cryptocop_transform_ctx *get_transform_ct
[all...]

Completed in 45 milliseconds