alistair23-linux/drivers/crypto/marvell
Boris BREZILLON e6cd5bf648 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>
2017-11-03 21:53:32 +08:00
..
cesa.c crypto: marvell - Switch cipher algs to the skcipher interface 2017-11-03 21:53:32 +08:00
cesa.h crypto: marvell - Switch cipher algs to the skcipher interface 2017-11-03 21:53:32 +08:00
cipher.c crypto: marvell - Switch cipher algs to the skcipher interface 2017-11-03 21:53:32 +08:00
hash.c crypto: marvell - Use IPAD/OPAD constant 2017-05-23 12:52:07 +08:00
Makefile crypto: marvell/cesa - add TDMA support 2015-06-19 22:18:03 +08:00
tdma.c crypto: Use PTR_ERR_ZERO 2017-09-22 17:43:27 +08:00