aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-08crypto: powerpc - Fix initialisation of crc32c contextDaniel Axtens1-1/+1
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare1-1/+1
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+11
2016-10-02crypto: sha1-powerpc - little-endian supportMarcelo Cerri1-2/+11
2016-08-09crypto: crc32c-vpmsum - Convert to CPU feature based module autoloadingAnton Blanchard1-1/+2
2016-07-05crypto: powerpc - Add POWER8 optimised crc32cAnton Blanchard3-0/+1722
2016-05-31crypto: powerpc - Fix typoAndrea Gelmini1-1/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-3/+3
2016-03-01powerpc: Fix misspellings in comments.Adam Buchbinder2-3/+3
2016-02-17crypto: xts - fix compile errorsStephan Mueller1-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-0/+5
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard3-0/+3
2015-05-18crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw valueLABBE Corentin1-4/+4
2015-03-09crypto: powerpc - move files to fix build errorKim Phillips6-4/+513
2015-03-04crypto: powerpc/md5 - kernel configMarkus Stockhausen1-0/+2
2015-03-04crypto: powerpc/md5 - glueMarkus Stockhausen1-0/+165
2015-03-04crypto: powerpc/md5 - assemblerMarkus Stockhausen1-0/+243
2015-03-02crypto: powerpc/sha1 - kernel configMarkus Stockhausen1-0/+2
2015-03-01crypto: powerpc/aes - kernel configMarkus Stockhausen1-0/+2
2015-03-01cyprot: powerpc/aes - glue codeMarkus Stockhausen1-0/+512
2015-03-01crypto: powerpc/aes - ECB/CBC/CTR/XTS modesMarkus Stockhausen1-0/+630
2015-03-01crypto: powerpc/aes - key handlingMarkus Stockhausen1-0/+283
2015-03-01crypto: powerpc/aes - assembler coreMarkus Stockhausen1-0/+351
2015-03-01crypto: powerpc/aes - aes tablesMarkus Stockhausen1-0/+331
2015-03-01crypto: powerpc/aes - register definesMarkus Stockhausen1-0/+42
2015-02-27crypto: ppc/sha256 - kernel configMarkus Stockhausen1-0/+2
2015-02-27crypto: ppc/sha256 - glueMarkus Stockhausen1-0/+275
2015-02-27crypto: ppc/sha256 - assemblerMarkus Stockhausen1-0/+323
2015-01-13crypto: add missing crypto module aliasesMathias Krause1-0/+1
2014-12-02crypto: powerpc - replace memset by memzero_explicitJulia Lawall1-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook1-1/+1
2013-03-05powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds1-2/+2
2013-01-10powerpc: Add a powerpc implementation of SHA-1Michael Ellerman3-0/+345