summaryrefslogtreecommitdiffstats
path: root/arch/arm64/crypto/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* crypto: arm64/chacha - add XChaCha12 supportEric Biggers2018-12-131-1/+1
* crypto: arm64/chacha20 - add XChaCha20 supportEric Biggers2018-12-131-1/+1
* crypto: arm64/nhpoly1305 - add NEON-accelerated NHPoly1305Eric Biggers2018-12-131-0/+5
* crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel2018-09-041-5/+0Star
* crypto: speck - remove SpeckJason A. Donenfeld2018-09-041-6/+0Star
* crypto: arm64 - add support for SM4 encryption using special instructionsArd Biesheuvel2018-05-051-0/+6
* crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTSEric Biggers2018-03-161-0/+6
* crypto: arm64/sm3 - new v8.2 Crypto Extensions implementationArd Biesheuvel2018-01-251-0/+6
* crypto: arm64/sha3 - new v8.2 Crypto Extensions implementationArd Biesheuvel2018-01-251-0/+6
* crypto: arm64 - implement SHA-512 using special instructionsArd Biesheuvel2018-01-181-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-041-1/+3
* crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-041-0/+1
* crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-041-2/+4
* crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-041-0/+1
* crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-041-0/+1
* crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-1/+2
* crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-1/+2
* crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-1/+2
* crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel2017-02-111-7/+2Star
* crypto: arm64/aes - replace scalar fallback with plain NEON fallbackArd Biesheuvel2017-02-031-1/+1
* crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel2017-01-121-0/+7
* crypto: arm64/aes - add scalar implementationArd Biesheuvel2017-01-121-0/+4
* crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-01-121-0/+6
* Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu2016-12-281-6/+0Star
* crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2016-12-271-0/+6
* crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel2016-12-071-0/+6
* crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel2016-12-071-0/+5
* crypto: arm/aes - Select SIMD in KconfigHerbert Xu2016-11-291-2/+2
* crypto: arm64/sha2 - integrate OpenSSL implementations of SHA256/SHA512Ard Biesheuvel2016-11-281-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-12-131-0/+4
|\
| * crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam2014-11-201-0/+4
* | arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel2014-11-061-3/+2Star
|/
* arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto ExtensionsArd Biesheuvel2014-05-141-0/+14
* arm64/crypto: AES in CCM mode using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+7
* arm64/crypto: AES using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-1/+6
* arm64/crypto: GHASH secure hash using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+6
* arm64/crypto: SHA-224/SHA-256 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+5
* arm64/crypto: SHA-1 using ARMv8 Crypto ExtensionsArd Biesheuvel2014-05-141-0/+16