Re: [PATCH] an XTS blockcipher mode implementation without partial blocks

2007-09-12 Thread Sebastian Siewior
Hi Rik, I played with xts+dm-crypt on a 4GiB partition for a while and my box did not hang. I added some comments after init_tfm() where *I* think it is more readable that way. Using ctx->tweak and ctx->child instead of child in setkey() might be also better. However, this is my personal taste :)

Re: Openswan 2.4.9 - tasklet or workqueue ?

2007-09-12 Thread David McCullough
Jivin Kabir Ahsan-r9aahw lays it down ... > We can also do direct function call of ipsec_xsm or ipsec_rsm instead > of using tasklet. Care to come up with something that still works for 2.4 but it targetted more at 2.6 ? I wasn't all the happy with the double function thing going on there, Che