On Sun, Nov 25, 2007 at 01:45:20PM +0200, Mikko Herranen wrote: > Hi Herbert, > > The newest cryptodev kernel hangs on "testing ctr(aes,4,8,4) encryption" > in tcrypt. Stack trace: OK, all the IV generators are broken. They just happened to work by chance on everything apart from CTR. The problem is that I was thinking of making the IV generators as special crypto_instance objects that simply extended existing algorithms without spawning. Somehow I ended up writing them as normal spawns. So I'm going to fix that up and repost them. Thanks, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html