Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5001323b authored by Mathias Krause's avatar Mathias Krause Committed by Herbert Xu
Browse files

crypto: sparc64/des - add "des3_ede" module alias



This module provides implementations for "des3_ede", too. Announce those
via an appropriate crypto module alias so it can be used in favour to
the generic C implementation.

Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: default avatarMathias Krause <minipli@googlemail.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 7d676fdb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -533,5 +533,6 @@ MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("DES & Triple DES EDE Cipher Algorithms, sparc64 des opcode accelerated");

MODULE_ALIAS_CRYPTO("des");
MODULE_ALIAS_CRYPTO("des3_ede");

#include "crop_devid.c"