[CRYPTO] des: Rename des to des-generic
authorSebastian Siewior <sebastian@breakpoint.cc>
Fri, 5 Oct 2007 08:42:03 +0000 (16:42 +0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:49 +0000 (16:55 -0700)
commitc5a511f1cd6f90a98ad11dd97e2313c7c787deb2
tree209dc01d7dc32ae00563ee81ee4df98118f95f1c
parent7607bd8ff03b8af5af887931318cb2bb20361856
[CRYPTO] des: Rename des to des-generic

Loading the crypto algorithm by the alias instead of by module directly
has the advantage that all possible implementations of this algorithm
are loaded automatically and the crypto API can choose the best one
depending on its priority.

Signed-off-by: Sebastian Siewior <sebastian@breakpoint.cc>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/Makefile
crypto/des_generic.c [moved from crypto/des.c with 99% similarity]