aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-04-13crypto: arm - workaround for building with old binutilsArd Biesheuvel
2015-04-13crypto: arm/sha256 - avoid sha256 code on ARMv7-MArnd Bergmann
2015-04-10crypto: x86/sha512_ssse3 - move SHA-384/512 SSSE3 implementation to base layerArd Biesheuvel
2015-04-10crypto: x86/sha256_ssse3 - move SHA-224/256 SSSE3 implementation to base layerArd Biesheuvel
2015-04-10crypto: x86/sha1_ssse3 - move SHA-1 SSSE3 implementation to base layerArd Biesheuvel
2015-04-10crypto: arm64/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel
2015-04-10crypto: arm64/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel
2015-04-10crypto: arm/sha2-ce - move SHA-224/256 ARMv8 implementation to base layerArd Biesheuvel
2015-04-10crypto: arm/sha256 - move SHA-224/256 ASM/NEON implementation to base layerArd Biesheuvel
2015-04-10crypto: arm/sha1-ce - move SHA-1 ARMv8 implementation to base layerArd Biesheuvel
2015-04-10crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layerArd Biesheuvel
2015-04-10crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layerArd Biesheuvel
2015-04-03crypto: arm/sha256 - Add optimized SHA-256/224Sami Tolvanen
2015-03-31crypto: sha-mb - mark Multi buffer SHA1 helper cipherStephan Mueller
2015-03-31crypto: arm64/aes - mark 64 bit ARMv8 AES helper ciphersStephan Mueller
2015-03-31crypto: aes-ce - mark ARMv8 AES helper ciphersStephan Mueller
2015-03-31crypto: aesbs - mark NEON bit sliced AES helper ciphersStephan Mueller
2015-03-31crypto: twofish_avx - mark Twofish AVX helper ciphersStephan Mueller
2015-03-31crypto: serpent_sse2 - mark Serpent SSE2 helper ciphersStephan Mueller
2015-03-31crypto: serpent_avx - mark Serpent AVX helper ciphersStephan Mueller
2015-03-31crypto: serpent_avx2 - mark Serpent AVX2 helper ciphersStephan Mueller
2015-03-31crypto: cast6_avx - mark CAST6 helper ciphersStephan Mueller
2015-03-31crypto: camellia_aesni_avx - mark AVX Camellia helper ciphersStephan Mueller
2015-03-31crypto: cast5_avx - mark CAST5 helper ciphersStephan Mueller
2015-03-31crypto: camellia_aesni_avx2 - mark AES-NI Camellia helper ciphersStephan Mueller
2015-03-31crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphersStephan Mueller
2015-03-31crypto: clmulni - mark ghash clmulni helper ciphersStephan Mueller
2015-03-31crypto: aesni - mark AES-NI helper ciphersStephan Mueller
2015-03-24crypto: arm/ghash - fix big-endian bug in ghashArd Biesheuvel
2015-03-16crypto: sha1-mb - Syntax errorAmeen Ali
2015-03-13crypto: don't export static symbolJulia Lawall
2015-03-12crypto: arm - add support for GHASH using ARMv8 Crypto ExtensionsArd Biesheuvel
2015-03-12crypto: arm - AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto ExtensionsArd Biesheuvel
2015-03-12crypto: arm - add support for SHA-224/256 using ARMv8 Crypto ExtensionsArd Biesheuvel
2015-03-12crypto: arm - add support for SHA1 using ARMv8 Crypto InstructionsArd Biesheuvel
2015-03-12crypto: arm - move ARM specific Kconfig definitions to a dedicated fileArd Biesheuvel
2015-03-10crypto: octeon - add SHA512 moduleAaro Koskinen
2015-03-10crypto: octeon - add SHA256 moduleAaro Koskinen
2015-03-10crypto: octeon - add SHA1 moduleAaro Koskinen
2015-03-10crypto: octeon - add instruction definitions for SHA1/256/512Aaro Koskinen
2015-03-10crypto: octeon - always disable preemption when using crypto engineAaro Koskinen
2015-03-10crypto: octeon - don't disable bottom half in octeon-md5Aaro Koskinen
2015-03-09crypto: powerpc - move files to fix build errorKim Phillips
2015-03-04crypto: powerpc/md5 - kernel configMarkus Stockhausen
2015-03-04crypto: powerpc/md5 - glueMarkus Stockhausen
2015-03-04crypto: powerpc/md5 - assemblerMarkus Stockhausen
2015-03-02crypto: powerpc/sha1 - kernel configMarkus Stockhausen
2015-03-02crypto: powerpc/sha1 - glueMarkus Stockhausen
2015-03-02crypto: powerpc/sha1 - assemblerMarkus Stockhausen
2015-03-01crypto: powerpc/aes - kernel configMarkus Stockhausen