commit | ce05ffe10457bda487fa049016a6ba79934bdece | [log] [tgz] |
---|---|---|
author | Christian Lamparter <chunkeey@gmail.com> | Thu Apr 19 18:41:52 2018 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Apr 28 16:09:40 2018 +0800 |
tree | 71b3a945ffd5f4e1b862001ea75afdc6edd8dab1 | |
parent | a8d79d7bfb14f471914017103ee2329a74e5e89d [diff] |
crypto: crypto4xx - convert to skcipher The ablkcipher APIs have been effectively deprecated since [1]. This patch converts the crypto4xx driver to the new skcipher APIs. [1] <https://www.spinics.net/lists/linux-crypto/msg18133.html> Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>