aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/crypto/camellia.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-14crypto: x86 - use local headers for x86 specific shared declarationsArd Biesheuvel1-67/+0
2021-01-14crypto: x86/camellia - drop CTR mode implementationArd Biesheuvel1-6/+0
2021-01-14crypto: x86/camellia - switch to XTS templateArd Biesheuvel1-18/+0
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-1/+1
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook1-34/+29
2018-03-03crypto: x86/camellia-aesni-avx, avx2 - convert to skcipher interfaceEric Biggers1-1/+3
2018-03-03crypto: x86/camellia - remove XTS algorithmEric Biggers1-1/+2
2018-03-03crypto: x86/camellia - remove LRW algorithmEric Biggers1-10/+0
2018-03-03crypto: x86/camellia-aesni-avx - remove LRW algorithmEric Biggers1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2013-04-25crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipherJussi Kivilinna1-0/+19
2012-11-09crypto: camellia-x86_64 - share common functions and move structures and function definitions to header fileJussi Kivilinna1-0/+82