crypto: skcipher - Use RNG interface instead of get_random_bytes
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 14 Aug 2008 12:21:31 +0000 (22:21 +1000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 29 Aug 2008 05:50:06 +0000 (15:50 +1000)
commita0f000ec9b61b99111757df138b11144236fc59b
treebd698163c48b5cd6d6a3c05c8d34d862ebcd86ed
parent17f0f4a47df9aea9ee26c939f8057c35e0be1847
crypto: skcipher - Use RNG interface instead of get_random_bytes

This patch makes the IV generators use the new RNG interface so
that the user can pick an RNG other than the default get_random_bytes.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Kconfig
crypto/chainiv.c
crypto/eseqiv.c
crypto/seqiv.c