summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/aes-ce-ccm-glue.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/aes-ccm - avoid by-ref argument for ce_aes_ccm_auth_dataArd Biesheuvel2021-09-171-12/+7
* crypto: arm64/aes-ccm - reduce NEON begin/end calls for common caseArd Biesheuvel2021-09-171-32/+48
* crypto: arm64/aes-ccm - remove non-SIMD fallback pathArd Biesheuvel2021-09-171-121/+32
* crypto: arm64/aes-ccm - yield NEON when processing auth-only dataArd Biesheuvel2021-09-171-0/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-7/+1
* crypto: arm64/aes-ccm - switch to AES libraryArd Biesheuvel2019-07-261-12/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-3/+4
|\
| * crypto: arm64 - convert to use crypto_simd_usable()Eric Biggers2019-03-221-3/+4
* | arm64: HWCAP: add support for AT_HWCAP2Andrew Murray2019-04-161-1/+1
|/
* crypto: arm64/aes-ccm - don't use an atomic walk needlesslyArd Biesheuvel2019-02-011-2/+2
* crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routineArd Biesheuvel2019-02-011-3/+1
* crypto: arm64/aes-ce-ccm - move kernel mode neon en/disable into loopArd Biesheuvel2018-03-161-24/+23
* crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-041-35/+139
* crypto: arm64/aes-ce-ccm - remove cra_alignmaskArd Biesheuvel2017-02-031-1/+0
* crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu2016-12-011-2/+2
* crypto: aes-ce-ccm - Use skcipher walk interfaceHerbert Xu2016-11-281-37/+13
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-1/+0
* crypto: aes-ce-ccm - Convert to new AEAD interfaceHerbert Xu2015-07-171-26/+43
* crypto: arm64/aes-ce-ccm - Include crypto/internal/aead.hHerbert Xu2015-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-1/+1
|\
| * crypto: prefix module autoloading with "crypto-"Kees Cook2014-11-241-1/+1
* | arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel2014-11-061-1/+3
|/
* arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+297