aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/crypto/aes-ce-glue.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-12/+2
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for CBCGravatar Ard Biesheuvel 1-17/+171
2019-09-09crypto: arm/aes-ce - implement ciphertext stealing for XTSGravatar Ard Biesheuvel 1-12/+116
2019-09-09crypto: arm/aes-ce - yield the SIMD unit between scatterwalk stepsGravatar Ard Biesheuvel 1-24/+23
2019-09-09crypto: arm/aes - fix round key prototypesGravatar Ard Biesheuvel 1-20/+20
2019-07-26crypto: arm/aes-ce - provide a synchronous version of ctr(aes)Gravatar Ard Biesheuvel 1-0/+43
2019-07-26crypto: arm/aes - use native endiannes for key scheduleGravatar Ard Biesheuvel 1-6/+3
2019-07-26crypto: arm/aes-ce - cosmetic/whitespace cleanupGravatar Ard Biesheuvel 1-60/+56
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2018-11-16crypto: aes-ce - Remove duplicate headerGravatar Brajeswar Ghosh 1-1/+0
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsGravatar Ard Biesheuvel 1-3/+1
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsGravatar Ard Biesheuvel 1-4/+2
2017-02-03crypto: arm/aes-ce - remove cra_alignmaskGravatar Ard Biesheuvel 1-9/+6
2016-12-01crypto: aes-ce - Make aes_simd_algs staticGravatar Herbert Xu 1-1/+1
2016-11-28crypto: aes-ce - Convert to skcipherGravatar Herbert Xu 1-233/+157
2016-10-21crypto: arm/aes-ce - fix for big endianGravatar Ard Biesheuvel 1-0/+5
2016-09-13crypto: arm/aes-ctr - fix NULL dereference in tail processingGravatar Ard Biesheuvel 1-1/+1
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+5
2016-02-17crypto: xts - fix compile errorsGravatar Stephan Mueller 1-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysGravatar Stephan Mueller 1-0/+4
2016-02-15arm/arm64: crypto: assure that ECB modes don't require an IVGravatar Jeremy Linton 1-2/+2
2015-03-31crypto: aes-ce - mark ARMv8 AES helper ciphersGravatar Stephan Mueller 1-4/+8
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsGravatar Ard Biesheuvel 1-0/+520