]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: nx - convert AES-ECB to skcipher API
authorEric Biggers <ebiggers@google.com>
Sun, 13 Oct 2019 04:39:16 +0000 (21:39 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 23 Oct 2019 08:46:59 +0000 (19:46 +1100)
commitb446d867793b41c316840feacc96cfd7b6f9f998
tree739e330589b69523b2dac7f8455f16cc1de26725
parent2be3ff76572048e5a11e257e3eaa4bb4b81b6477
crypto: nx - convert AES-ECB to skcipher API

Convert the PowerPC Nest (NX) implementation of AES-ECB 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/nx/nx-aes-ecb.c
drivers/crypto/nx/nx.c
drivers/crypto/nx/nx.h