commit | d0e83059a6c9b04f00264a74b8f6439948de4613 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Apr 20 13:39:03 2015 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Apr 21 10:19:57 2015 +0800 |
tree | 18cce1bc75fad593b10995e50197f41d2a9ca267 | |
parent | f7c9bebe8bc79ddb8a50db441a53b59b61ae3ba8 [diff] |
crypto: rng - Convert crypto_rng to new style crypto_type This patch converts the top-level crypto_rng to the "new" style. It was the last algorithm type added before we switched over to the new way of doing things exemplified by shash. All users will automatically switch over to the new interface. Note that this patch does not touch the low-level interface to rng implementations. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>