crypto: marvell/cesa - add Triple-DES support
Add support for Triple-DES operations. Signed-off-by: Arnaud Ebalard <arno@natisbad.org> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:

committed by
Herbert Xu

orang tua
7b3aaaa095
melakukan
4ada483978
@@ -171,6 +171,8 @@ static void mv_cesa_remove_algs(struct mv_cesa_dev *cesa)
|
||||
static struct crypto_alg *armada_370_cipher_algs[] = {
|
||||
&mv_cesa_ecb_des_alg,
|
||||
&mv_cesa_cbc_des_alg,
|
||||
&mv_cesa_ecb_des3_ede_alg,
|
||||
&mv_cesa_cbc_des3_ede_alg,
|
||||
&mv_cesa_ecb_aes_alg,
|
||||
&mv_cesa_cbc_aes_alg,
|
||||
};
|
||||
|
Reference in New Issue
Block a user