summaryrefslogtreecommitdiff
path: root/crypto/ablkcipher.c
diff options
context:
space:
mode:
authorJoachim Fritschi <jfritschi@freenet.de>2010-06-03 21:02:51 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2010-06-03 21:02:51 +1000
commita4dc0acba8785aef0539a237250af09a4d5fe65b (patch)
treec872d42e62b360b5fa35c0b6f196ad638ae27c1e /crypto/ablkcipher.c
parent7d839a6c275981338fba67ce1c0fc026f7c37d6b (diff)
downloadlinux-crypto-a4dc0acba8785aef0539a237250af09a4d5fe65b.tar.gz
linux-crypto-a4dc0acba8785aef0539a237250af09a4d5fe65b.zip
crypto: twofish: Rename twofish to twofish_generic and add an alias
This fixes the broken autoloading of the corresponding twofish assembler ciphers on x86 and x86_64 if they are available. The module name of the generic implementation was in conflict with the alias in the assembler modules. The generic twofish c implementation is renamed to twofish_generic according to the other algorithms with assembler implementations and an module alias is added for 'twofish'. You can now load 'twofish' giving you the best implementation by priority, 'twofish-generic' to get the c implementation or 'twofish-asm' to get the assembler version of cipher. Signed-off-by: Joachim Fritschi <jfritschi@freenet.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/ablkcipher.c')
0 files changed, 0 insertions, 0 deletions