aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/crypto/camellia_glue.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsGravatar Ard Biesheuvel 1-1/+1
2021-01-14crypto: x86/camellia - drop dependency on glue helperGravatar Ard Biesheuvel 1-51/+24
2021-01-14crypto: x86/camellia - drop CTR mode implementationGravatar Ard Biesheuvel 1-68/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-6/+3
2019-12-11crypto: x86 - Regularize glue function prototypesGravatar Kees Cook 1-21/+24
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-16/+1
2018-03-03crypto: x86/camellia - convert to skcipher interfaceGravatar Eric Biggers 1-83/+79
2018-03-03crypto: x86/camellia - remove XTS algorithmGravatar Eric Biggers 1-111/+0
2018-03-03crypto: x86/camellia - remove LRW algorithmGravatar Eric Biggers 1-84/+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
2013-08-21crypto: camellia-x86-64 - replace commas by semicolons and adjust code alignmentGravatar Julia Lawall 1-24/+24
2013-08-14crypto: make tables used from assembler __visibleGravatar Andi Kleen 1-8/+8
2012-11-09crypto: camellia-x86_64 - share common functions and move structures and func...Gravatar Jussi Kivilinna 1-57/+23
2012-10-24crypto: x86/glue_helper - use le128 instead of u128 for CTR modeGravatar Jussi Kivilinna 1-8/+8
2012-09-07crypto: camellia-x86_64 - fix sparse warnings (constant is so big)Gravatar Jussi Kivilinna 1-688/+688
2012-08-01crypto: arch/x86 - cleanup - remove unneeded crypto_alg.cra_list initializationsGravatar Jussi Kivilinna 1-6/+0
2012-06-27crypto: camellia-x86_64 - remove duplicated glue code and use shared glue cod...Gravatar Jussi Kivilinna 1-269/+86
2012-03-22crypto: camellia-x86_64 - module init/exit functions should be staticGravatar Jussi Kivilinna 1-2/+2
2012-03-14crypto: camellia - add assembler implementation for x86_64Gravatar Jussi Kivilinna 1-0/+1952