crypto: sparc64/des - add "des3_ede" module alias
authorMathias Krause <minipli@googlemail.com>
Sun, 11 Jan 2015 17:17:45 +0000 (18:17 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 13 Jan 2015 11:30:48 +0000 (22:30 +1100)
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: Mathias Krause <minipli@googlemail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/sparc/crypto/des_glue.c

index d1150097299479224e99f143e6657422cd4db157..dd6a34fa6e19d2e36f5d30de6256655dc0ee2e0c 100644 (file)
@@ -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"
This page took 0.027537 seconds and 5 git commands to generate.