aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/twofish_glue_3way.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-08crypto: x86 - eliminate anonymous module_init & module_exitGravatar Randy Dunlap 1-4/+4
2021-03-18x86: Fix various typos in commentsGravatar Ingo Molnar 1-1/+1
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsGravatar Ard Biesheuvel 1-1/+1
2021-01-14crypto: x86/twofish - drop dependency on glue helperGravatar Ard Biesheuvel 1-56/+24
2021-01-14crypto: x86/twofish - drop CTR mode implementationGravatar Ard Biesheuvel 1-78/+0
2019-12-11crypto: x86 - Regularize glue function prototypesGravatar Kees Cook 1-17/+20
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2018-03-03crypto: x86/twofish-3way - convert to skcipher interfaceGravatar Eric Biggers 1-84/+67
2018-03-03crypto: x86/twofish-3way - remove XTS algorithmGravatar Eric Biggers 1-109/+0
2018-03-03crypto: x86/twofish-3way - remove LRW algorithmGravatar Eric Biggers 1-80/+1
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Gravatar Ondrej Mosnáček 1-2/+2
2016-02-17crypto: xts - consolidate sanity check for keysGravatar Stephan Mueller 1-7/+3
2014-11-24crypto: prefix module autoloading with "crypto-"Gravatar Kees Cook 1-2/+2
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeGravatar Jussi Kivilinna 1-10/+10
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 1-5/+0
2012-06-27crypto: twofish-avx - remove duplicated glue code and use shared glue code fr...Gravatar Jussi Kivilinna 1-30/+16
2012-06-27crypto: twofish-x86_64-3way - remove duplicated glue code and use shared glue...Gravatar Jussi Kivilinna 1-272/+93
2012-06-12crypto: twofish - add x86_64/avx assembler implementationGravatar Johannes Goetzfried 1-0/+2
2012-03-22crypto: twofish-x86_64-3way - module init/exit functions should be staticGravatar Jussi Kivilinna 1-2/+2
2012-02-25crypto: twofish-x86_64-3way - use crypto_[un]register_algsGravatar Jussi Kivilinna 1-130/+89
2012-02-14crypto: twofish-x86 - Remove dead code from twofish_glue_3way.c::init()Gravatar Jesper Juhl 1-1/+0
2012-01-13crypto: twofish-x86_64-3way - blacklist pentium4 and atomGravatar Jussi Kivilinna 1-0/+47
2011-12-20crypto: twofish-x86_64-3way - remove unneeded LRW/XTS #ifdefsGravatar Jussi Kivilinna 1-32/+0
2011-11-09crypto: twofish-x86_64-3way - add xts supportGravatar Jussi Kivilinna 1-2/+117
2011-11-09crypto: twofish-x86_64-3way - add lrw supportGravatar Jussi Kivilinna 1-0/+135
2011-10-21crypto: twofish-x86_64-3way - fix ctr blocksize to 1Gravatar Jussi Kivilinna 1-1/+1
2011-10-21crypto: twofish - add 3-way parallel x86_64 assembler implementionGravatar Jussi Kivilinna 1-0/+472