aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-glue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10crypto: arm64/aes-xctr - Improve readability of XCTR and CTR modesNathan Huckleberry1-0/+16
2022-06-10crypto: arm64/aes-xctr - Add accelerated implementation of XCTRNathan Huckleberry1-2/+62
2022-02-05crypto: arm64/aes-neonbs-ctr - fallback to plain NEON for final chunkArd Biesheuvel1-0/+1
2022-02-05crypto: arm64/aes-neon-ctr - improve handling of single tail blockArd Biesheuvel1-14/+7
2021-09-17crypto: arm64/aes-ce - stop using SIMD helper for skciphersArd Biesheuvel1-89/+13
2021-02-10crypto: arm64/aes-ce-mac - simplify NEON yieldArd Biesheuvel1-7/+14
2021-01-03crypto: arm64/aes-ctr - improve tail handlingArd Biesheuvel1-21/+25
2021-01-03crypto: arm64/aes-ce - really hide slower algos when faster ones are enabledArd Biesheuvel1-2/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-05-08crypto: arm64/aes-glue - use crypto_shash_tfm_digest()Eric Biggers1-3/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-26/+5
2019-09-09crypto: arm64/aes-neonbs - implement ciphertext stealing for XTSArd Biesheuvel1-0/+2
2019-09-09crypto: arm64/aes - implement support for XTS ciphertext stealingArd Biesheuvel1-12/+114
2019-09-09crypto: arm64/aes-cts-cbc - move request context data to the stackArd Biesheuvel1-35/+26
2019-09-09crypto: arm64/aes-neon - limit exposed routines if faster driver is enabledArd Biesheuvel1-53/+59
2019-09-09crypto: arm64/aes - Use PTR_ERR_OR_ZERO rather than its implementation.zhong jiang1-3/+1
2019-08-30crypto: arm64/aes - implement accelerated ESSIV/CBC modeArd Biesheuvel1-0/+124
2019-08-30crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walkArd Biesheuvel1-42/+40
2019-07-26crypto: aes - move sync ctr(aes) to AES library and generic helperArd Biesheuvel1-5/+17
2019-07-26crypto: arm64/aes-ce - switch to library version of key expansion routineArd Biesheuvel1-7/+10
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-08crypto: arm64/cbcmac - handle empty messages in same way as templateEric Biggers1-1/+1
2019-03-22crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers1-2/+2
2018-10-08crypto: arm64/aes - fix handling sub-block CTS-CBC inputsEric Biggers1-4/+9
2018-09-21crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel1-0/+165
2018-09-21crypto: arm64/aes-blk - remove pointless (u8 *) castsArd Biesheuvel1-24/+23
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu1-1/+1
2018-07-09crypto: shash - remove useless setting of type flagsEric Biggers1-3/+0
2018-06-15crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_begin, _endJia He1-1/+1
2018-03-16crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel1-49/+46
2017-11-29crypto: arm64/aes - do not call crypto_unregister_skcipher twice on errorCorentin Labbe1-0/+1
2017-08-04crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel1-15/+44
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-3/+1
2017-02-11crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel1-1/+239
2017-02-03crypto: arm64/aes-neon-blk - tweak performance for low end coresArd Biesheuvel1-0/+2
2017-02-03crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel1-10/+6
2017-01-13crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel1-2/+23
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel1-0/+1
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel1-1/+1
2016-11-28crypto: arm64/aes - Convert to skcipherHerbert Xu1-224/+158
2016-09-13crypto: arm64/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: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller1-4/+8
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+4
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-4/+4
2014-11-06arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel1-6/+12
2014-07-28crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka1-6/+6