OSDN Git Service

crypto: marvell - Switch cipher algs to the skcipher interface
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Fri, 13 Oct 2017 13:30:32 +0000 (15:30 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Nov 2017 13:53:32 +0000 (21:53 +0800)
commite6cd5bf64855cc78054d6f8714f6c9983b7bb8bd
tree3ade458277e502fcf48d1701140afba3d7af26e2
parentca70f415407c4562ee110bee1048152070a48f7b
crypto: marvell - Switch cipher algs to the skcipher interface

crypto_alg is not supposed to be directly implemented by crypto engine
driver. Drivers should instead implement specialized interfaces like
ahash_alg or skcipher_alg.

Migrate to all cipher algorithms to the skcipher_alg interface. While at
it, get rid of all references to ablkcipher including in internal struct
or function names.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cesa.c
drivers/crypto/marvell/cesa.h
drivers/crypto/marvell/cipher.c