aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-glue.c
Commit message (Expand)AuthorAge
* crypto: arm64/aes - fix handling sub-block CTS-CBC inputsEric Biggers2018-10-08
* crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel2018-09-21
* crypto: arm64/aes-blk - remove pointless (u8 *) castsArd Biesheuvel2018-09-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-03
|\
| * crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_be...Jia He2018-06-15
* | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-08
|/
* crypto: arm64/aes-blk - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-16
* crypto: arm64/aes - do not call crypto_unregister_skcipher twice on errorCorentin Labbe2017-11-29
* crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-03
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-03
* crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel2017-02-11
* crypto: arm64/aes-neon-blk - tweak performance for low end coresArd Biesheuvel2017-02-03
* crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel2017-02-03
* crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel2017-01-12
* crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel2016-11-30
* crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel2016-11-30
* crypto: arm64/aes - Convert to skcipherHerbert Xu2016-11-28
* crypto: arm64/aes-ctr - fix NULL dereference in tail processingArd Biesheuvel2016-09-13
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-17
|\
| * crypto: xts - fix compile errorsStephan Mueller2016-02-17
| * crypto: xts - consolidate sanity check for keysStephan Mueller2016-02-16
* | arm/arm64: crypto: assure that ECB modes don't require an IVJeremy Linton2016-02-15
|/
* crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller2015-03-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-13
|\
| * crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-24
* | arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel2014-11-06
|/
* crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka2014-07-28
* arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel2014-05-14