summaryrefslogtreecommitdiff
path: root/arch/arm64/crypto
AgeCommit message (Expand)Author
2019-07-31crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova
2019-07-31crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova
2019-05-21crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers
2019-03-23crypto: arm64/aes-neonbs - fix returning final keystream blockEric Biggers
2019-03-23crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routineArd Biesheuvel
2019-03-23crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel
2019-03-23crypto: arm64/crct10dif - revert to C code for short inputsArd Biesheuvel
2018-04-12crypto: arm64/aes-ce-cipher - move assembler code to .S fileArd Biesheuvel
2018-04-08crypto: arm,arm64 - Fix random regeneration of S_shippedLeonard Crestez
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-04crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel
2017-08-04crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel
2017-08-04crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel
2017-08-04crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel
2017-08-04crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel
2017-08-04crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel
2017-08-04crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-05-18crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel
2017-02-11crypto: arm64/aes - add NEON/Crypto Extensions CBCMAC/CMAC/XCBC driverArd Biesheuvel
2017-02-11crypto: arm64/crc32 - merge CRC32 and PMULL instruction based driversArd Biesheuvel
2017-02-03crypto: arm64/aes - don't use IV buffer to return final keystream blockArd Biesheuvel
2017-02-03crypto: arm64/aes - replace scalar fallback with plain NEON fallbackArd Biesheuvel
2017-02-03crypto: arm64/aes-neon-blk - tweak performance for low end coresArd Biesheuvel
2017-02-03crypto: arm64/aes - performance tweakArd Biesheuvel
2017-02-03crypto: arm64/aes - avoid literals for cross-module symbol referencesArd Biesheuvel
2017-02-03crypto: arm64/chacha20 - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm64/aes-blk - remove cra_alignmaskArd Biesheuvel
2017-02-03crypto: arm64/aes-ce-ccm - remove cra_alignmaskArd Biesheuvel
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-01-23crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel
2017-01-13crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64Ard Biesheuvel
2017-01-13crypto: arm64/aes - add scalar implementationArd Biesheuvel
2017-01-13crypto: arm64/aes-blk - expose AES-CTR as synchronous cipher as wellArd Biesheuvel
2017-01-13crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel
2016-12-28Revert "crypto: arm64/ARM: NEON accelerated ChaCha20"Herbert Xu
2016-12-27crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel
2016-12-07crypto: arm64/crc32 - accelerated support based on x86 SSE implementationArd Biesheuvel
2016-12-07crypto: arm64/crct10dif - port x86 SSE implementation to arm64Ard Biesheuvel
2016-12-01crypto: arm64/aes-ce-ccm - Fix AEAD decryption lengthHerbert Xu
2016-11-30crypto: arm64/aes-ce-ctr - fix skcipher conversionArd Biesheuvel
2016-11-30crypto: arm/aes-ce - fix broken monolithic buildArd Biesheuvel