From: "Ronen Shitrit" <[EMAIL PROTECTED]> Date: Thu, 19 Jan 2006 15:50:15 +0200
> On the MD5 code we allocate 2 structures in one kmalloc: > api.c (line 129): > tfm = kmalloc(sizeof(*tfm) + alg->cra_ctxsize, GFP_KERNEL); Besides the things Herbert Xu has pointed out, that kmalloc() is very much different these days. How old of a tree are you looking at? - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
