crypto: padlock-aes - convert to skcipher API
authorEric Biggers <ebiggers@google.com>
Sun, 13 Oct 2019 04:17:41 +0000 (21:17 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 23 Oct 2019 08:46:58 +0000 (19:46 +1100)
commit713b2e7203354a52ec65a913e89c957bfc8d9220
tree9d1d35c9bf248290f373130d97393a0122738540
parentfabdf25388df74b7922a69687f52730ead682a0d
crypto: padlock-aes - convert to skcipher API

Convert the VIA PadLock implementations of AES-ECB and AES-CBC from the
deprecated "blkcipher" API to the "skcipher" API.  This is needed in
order for the blkcipher API to be removed.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/padlock-aes.c