]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: nx - convert AES-CTR to skcipher API
authorEric Biggers <ebiggers@google.com>
Sun, 13 Oct 2019 04:39:18 +0000 (21:39 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 23 Oct 2019 08:47:00 +0000 (19:47 +1100)
commit404f92cebf3a6f7a7a4542d12912e77f02a8a1f6
treee261763adc0f253240c86513c4f8b61f36b8b87f
parentfd839ef73e9d59dc7d4c3ffd9476ae3898e5b7cc
crypto: nx - convert AES-CTR to skcipher API

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