]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: marvell/cesa - rename blkcipher to skcipher
authorArd Biesheuvel <ardb@kernel.org>
Sat, 9 Nov 2019 17:09:51 +0000 (18:09 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sun, 17 Nov 2019 01:02:49 +0000 (09:02 +0800)
commit3d433db6a04449ee6cfc880f46ba5c4242747bb0
treeacb69b03c063d9edc38304fb711325e127f74605
parent2f5c169cd330d47169f51da089874ddc9e4067a9
crypto: marvell/cesa - rename blkcipher to skcipher

The driver specific types contain some rudimentary references to the
blkcipher API, which is deprecated and will be removed. To avoid confusion,
rename these to skcipher. This is a cosmetic change only, as the code does
not actually use the blkcipher API.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cesa.h
drivers/crypto/marvell/cipher.c