commit | eeee12aa34d840c6c99051f0ff85a9ffa1badd07 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sun Jun 21 19:11:49 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 22 15:49:28 2015 +0800 |
tree | ecb6931eb545524be8bdfacbaed8a8bf8d7908db | |
parent | 055906d1e7f94f459a0e80228f15656bf5871311 [diff] |
crypto: seqiv - Add compatibility support without RNG When seqiv is used in compatibility mode, this patch allows it to function even when an RNG Is not available. It also changes the RNG allocation for the new explicit seqiv interface so that we only hold a reference to the RNG during initialisation. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>