summaryrefslogtreecommitdiff
path: root/arch/x86/crypto/glue_helper.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86 - remove glue helper moduleArd Biesheuvel1-155/+0
2021-01-14crypto: x86/glue-helper - drop CTR helper routinesArd Biesheuvel1-72/+0
2021-01-14crypto: x86/glue-helper - drop XTS helper routinesArd Biesheuvel1-154/+0
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook1-9/+14
2019-08-22crypto: x86/xts - implement support for ciphertext stealingArd Biesheuvel1-3/+64
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2018-03-03crypto: x86/glue_helper - rename glue_skwalk_fpu_begin()Eric Biggers1-12/+9
2018-03-03crypto: x86/glue_helper - remove blkcipher_walk functionsEric Biggers1-344/+0
2018-03-03crypto: lrw - remove lrw_crypt()Eric Biggers1-1/+0
2018-03-03crypto: x86/glue_helper - add skcipher_walk functionsEric Biggers1-0/+207
2017-06-19crypto: glue_helper - Delete some dead codeDan Carpenter1-3/+0
2017-04-05crypto: glue_helper - remove the le128_gf128mul_x_ble functionOndrej Mosnáček1-1/+2
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu1-1/+73
2015-03-13crypto: don't export static symbolJulia Lawall1-1/+0
2013-04-25crypto: x86 - add more optimized XTS-mode for serpent-avxJussi Kivilinna1-1/+96
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeJussi Kivilinna1-6/+6
2012-10-04crypto: x86/glue_helper - fix storing of new IV in CBC encryptionJussi Kivilinna1-1/+1
2012-06-27crypto: serpent-sse2 - split generic glue code to new helper moduleJussi Kivilinna1-0/+307