summaryrefslogtreecommitdiffstats
path: root/arch/sparc/crypto/aes_asm.S
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sparc64: Fix unrolled AES 256-bit key loops.David S. Miller2012-12-201-6/+14
* sparc64: Fix bugs in unrolled 256-bit loops.David S. Miller2012-09-021-3/+9
* sparc64: Avoid code duplication in crypto assembler.David S. Miller2012-08-311-55/+1Star
* sparc64: Unroll CTR crypt loops in AES driver.David S. Miller2012-08-301-24/+118
* sparc64: Unroll ECB decryption loops in AES driver.David S. Miller2012-08-301-18/+143
* sparc64: Unroll ECB encryption loops in AES driver.David S. Miller2012-08-301-18/+148
* sparc64: Add ctr mode support to AES driver.David S. Miller2012-08-291-0/+95
* sparc64: Move AES driver over to a methods based implementation.David S. Miller2012-08-291-288/+591
* sparc64: Add AES driver making use of the new aes opcodes.David S. Miller2012-08-221-0/+836