aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/crypto/twofish_glue_3way.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceEric Biggers1-84/+67
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmEric Biggers1-109/+0
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmEric Biggers1-80/+1
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček1-2/+2
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-7/+3
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-2/+2
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna1-10/+10
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna1-5/+0
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-30/+16
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue code from glue_helperJussi Kivilinna1-272/+93
2012-06-12crypto: twofish - add x86_64/avx assembler implementationJohannes Goetzfried1-0/+2
2012-03-22crypto: twofish-x86_64-3way - module init/exit functions should be staticJussi Kivilinna1-2/+2
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsJussi Kivilinna1-130/+89
2012-02-14crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Jesper Juhl1-1/+0
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomJussi Kivilinna1-0/+47
2011-12-20crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefsJussi Kivilinna1-32/+0
2011-11-09crypto: twofish-x86_64-3way - add xts supportJussi Kivilinna1-2/+117
2011-11-09crypto: twofish-x86_64-3way - add lrw supportJussi Kivilinna1-0/+135
2011-10-21crypto: twofish-x86_64-3way - fix ctr blocksize to 1Jussi Kivilinna1-1/+1
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionJussi Kivilinna1-0/+472