summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-193/+63
| * | | | | | crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-102-125/+59
| * | | | | | crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-137/+39
| * | | | | | crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layerArd Biesheuvel2015-04-103-264/+66
| * | | | | | crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel2015-04-103-98/+33
| * | | | | | crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel2015-04-101-111/+24
| * | | | | | crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel2015-04-104-98/+22
| * | | | | | crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen2015-04-038-3/+3981
| * | | | | | crypto: sha-mb - mark Multi buffer SHA1 helper cipherStephan Mueller2015-03-311-2/+5
| * | | | | | crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller2015-03-311-4/+8
| * | | | | | crypto: aes-ce - mark ARMv8 AES helper ciphersStephan Mueller2015-03-311-4/+8
| * | | | | | crypto: aesbs - mark NEON bit sliced AES helper ciphersStephan Mueller2015-03-311-3/+6
| * | | | | | crypto: twofish_avx - mark Twofish AVX helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: serpent_sse2 - mark Serpent SSE2 helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: serpent_avx - mark Serpent AVX helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: serpent_avx2 - mark Serpent AVX2 helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: cast6_avx - mark CAST6 helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: camellia_aesni_avx - mark AVX Camellia helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: cast5_avx - mark CAST5 helper ciphersStephan Mueller2015-03-311-3/+6
| * | | | | | crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphersStephan Mueller2015-03-311-5/+10
| * | | | | | crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphersStephan Mueller2015-03-311-2/+4
| * | | | | | crypto: clmulni - mark ghash clmulni helper ciphersStephan Mueller2015-03-311-2/+5
| * | | | | | crypto: aesni - mark AES-NI helper ciphersStephan Mueller2015-03-311-8/+15
| * | | | | | crypto: arm/ghash - fix big-endian bug in ghashArd Biesheuvel2015-03-241-1/+1
| * | | | | | crypto: sha1-mb - Syntax errorAmeen Ali2015-03-161-1/+1
| * | | | | | crypto: don't export static symbolJulia Lawall2015-03-131-1/+0
| * | | | | | crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+424
| * | | | | | crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+1049
| * | | | | | crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel2015-03-124-0/+348
| * | | | | | crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel2015-03-124-0/+296
| * | | | | | crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel2015-03-122-0/+88
| * | | | | | crypto: octeon - add SHA512 moduleAaro Koskinen2015-03-102-0/+278
| * | | | | | crypto: octeon - add SHA256 moduleAaro Koskinen2015-03-102-0/+281
| * | | | | | crypto: octeon - add SHA1 moduleAaro Koskinen2015-03-102-1/+243
| * | | | | | crypto: octeon - add instruction definitions for SHA1/256/512Aaro Koskinen2015-03-101-4/+79
| * | | | | | crypto: octeon - always disable preemption when using crypto engineAaro Koskinen2015-03-102-5/+3
| * | | | | | crypto: octeon - don't disable bottom half in octeon-md5Aaro Koskinen2015-03-101-4/+0
| * | | | | | crypto: powerpc - move files to fix build errorKim Phillips2015-03-096-4/+4
| * | | | | | crypto: powerpc/md5 - kernel configMarkus Stockhausen2015-03-041-0/+2
| * | | | | | crypto: powerpc/md5 - glueMarkus Stockhausen2015-03-041-0/+165
| * | | | | | crypto: powerpc/md5 - assemblerMarkus Stockhausen2015-03-041-0/+243
| * | | | | | crypto: powerpc/sha1 - kernel configMarkus Stockhausen2015-03-021-0/+2
| * | | | | | crypto: powerpc/sha1 - glueMarkus Stockhausen2015-03-021-0/+210
| * | | | | | crypto: powerpc/sha1 - assemblerMarkus Stockhausen2015-03-021-0/+299
| * | | | | | crypto: powerpc/aes - kernel configMarkus Stockhausen2015-03-011-0/+2
| * | | | | | cyprot: powerpc/aes - glue codeMarkus Stockhausen2015-03-011-0/+512
| * | | | | | crypto: powerpc/aes - ECB/CBC/CTR/XTS modesMarkus Stockhausen2015-03-011-0/+630
| * | | | | | crypto: powerpc/aes - key handlingMarkus Stockhausen2015-03-011-0/+283
| * | | | | | crypto: powerpc/aes - assembler coreMarkus Stockhausen2015-03-011-0/+351
| * | | | | | crypto: powerpc/aes - aes tablesMarkus Stockhausen2015-03-011-0/+331