aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/crypto/aes-ce-glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for CBCArd Biesheuvel1-17/+171
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for XTSArd Biesheuvel1-12/+116
2019-09-09crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsArd Biesheuvel1-24/+23
2019-09-09crypto: arm/aes - fix round key prototypesArd Biesheuvel1-20/+20
2019-07-26crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Ard Biesheuvel1-0/+43
2019-07-26crypto: arm/aes - use native endiannes for key scheduleArd Biesheuvel1-6/+3
2019-07-26crypto: arm/aes-ce - cosmetic/whitespace cleanupArd Biesheuvel1-60/+56
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-11-16crypto: aes-ce - Remove duplicate headerBrajeswar Ghosh1-1/+0
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-3/+1
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel1-4/+2
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskArd Biesheuvel1-9/+6
2016-12-01crypto: aes-ce - Make aes_simd_algs staticHerbert Xu1-1/+1
2016-11-28crypto: aes-ce - Convert to skcipherHerbert Xu1-233/+157
2016-10-21crypto: arm/aes-ce - fix for big endianArd Biesheuvel1-0/+5
2016-09-13crypto: arm/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+5
2016-02-17crypto: xts - fix compile errorsStephan Mueller1-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-0/+4
2016-02-15arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton1-2/+2
2015-03-31crypto: aes-ce - mark ARMv8 AES helper ciphersStephan Mueller1-4/+8
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel1-0/+520