commit | 3a01d0ee2b991c8c267620e63a4ab47cd8c30cc4 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 12 13:17:50 2016 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jul 18 17:35:46 2016 +0800 |
tree | 5c8d3aa7fb5fbaa3ae9d80883e9057c0395b7def | |
parent | 6cf80a296575723aed6ce6c695581540202bfc6b [diff] |
crypto: skcipher - Remove top-level givcipher interface This patch removes the old crypto_grab_skcipher helper and replaces it with crypto_grab_skcipher2. As this is the final entry point into givcipher this patch also removes all traces of the top-level givcipher interface, including all implicit IV generators such as chainiv. The bottom-level givcipher interface remains until the drivers using it are converted. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>