summaryrefslogtreecommitdiff
path: root/arch/arm/crypto/aes-ce-glue.c
AgeCommit message (Expand)Author
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel
2019-09-09crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel
2019-09-09crypto: arm/aes - fix round key prototypesArd Biesheuvel
2019-07-26crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel
2019-07-26crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel
2019-07-26crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-11-16crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskArd Biesheuvel
2016-12-01crypto: aes-ce - Make aes_simd_algs staticHerbert Xu
2016-11-28crypto: aes-ce - Convert to skcipherHerbert Xu
2016-10-21crypto: arm/aes-ce - fix for big endianArd Biesheuvel
2016-09-13crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-02-17crypto: xts - fix compile errorsStephan Mueller
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller
2016-02-15arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton
2015-03-31crypto: aes-ce - mark ARMv8 AES helper ciphersStephan Mueller
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel