Re: crypto: skcipher - Use RNG interface instead of get_random_bytes

2008-08-17 Thread Herbert Xu
On Thu, Aug 14, 2008 at 10:23:31PM +1000, Herbert Xu wrote: > > And here is the IV generator patch on top. This also dead-locked if built as modules. I've split out the IV generators from crypto_blkcipher so it doesn't interfere with cryptomgr. commit 106475b7c368794f22493fc67d98b874eb0f9383 Au

Re: crypto: skcipher - Use RNG interface instead of get_random_bytes

2008-08-14 Thread Neil Horman
gt; PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt > -- > commit 560a63d94d36641c83a8f533ed87bab95f6298bb > Author: Herbert Xu <[EMAIL PROTECTED]> > Date: Thu Aug 14 22:21:31 2008 +1000 > > crypto: skcipher - Use RNG interface instead of get_random_bytes >

crypto: skcipher - Use RNG interface instead of get_random_bytes

2008-08-14 Thread Herbert Xu
Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- commit 560a63d94d36641c83a8f533ed87bab95f6298bb Author: Herbert Xu <[EMAIL PROTECTED]> Date: Thu Aug 14 22:21:31 2008 +1000 cr