]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit01453e5a1805e1ab6ed171c8547e8767ce0929e1
tree209dc01d7dc32ae00563ee81ee4df98118f95f1c
parent7976995e9cb65d66ed13dfb25b025571a653bf3d
[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.c [deleted file]
crypto/des_generic.c [new file with mode: 0644]