aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/crypto
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+1
2019-11-13powerpc/crypto: Add cond_resched() in crc-vpmsum self-testGravatar Chris Smart 1-0/+1
2019-10-26crypto: powerpc/spe-xts - implement support for ciphertext stealingGravatar Ard Biesheuvel 1-2/+79
2019-10-26crypto: powerpc - convert SPE AES algorithms to skcipher APIGravatar Eric Biggers 1-216/+165
2019-10-26crypto: powerpc - don't set ivsize for AES-ECBGravatar Eric Biggers 1-1/+0
2019-10-26crypto: powerpc - don't unnecessarily use atomic scatterwalkGravatar Eric Biggers 1-7/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 16-93/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 136Gravatar Thomas Gleixner 1-6/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-7/+3
2019-04-20powerpc/crypto: Use cheaper random numbers for crc-vpmsum self-testGravatar George Spelvin 1-7/+3
2019-04-18crypto: powerpc - convert to use crypto_simd_usable()Gravatar Eric Biggers 2-2/+6
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-0/+2
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hGravatar Christophe Leroy 2-0/+2
2018-07-09crypto: shash - remove useless setting of type flagsGravatar Eric Biggers 4-5/+0
2018-01-12crypto: hash - annotate algorithms taking optional keyGravatar Eric Biggers 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 6-711/+1877
2017-04-21crypto: crct10dif-vpmsum - Fix missing preempt_disable()Gravatar Michael Ellerman 1-0/+3
2017-04-07powerpc/crypto/crc32c-vpmsum: Fix missing preempt_disable()Gravatar Michael Ellerman 1-0/+3
2017-03-24crypto: powerpc - Stress test for vpmsum implementationsGravatar Daniel Axtens 2-0/+138
2017-03-24crypto: powerpc - Add CRC-T10DIF accelerationGravatar Daniel Axtens 3-0/+977
2017-03-24crypto: powerpc - Re-enable non-REFLECTed CRCsGravatar Daniel Axtens 2-1/+31
2017-03-24crypto: powerpc - Factor out the core CRC vpmsum algorithmGravatar Daniel Axtens 2-711/+729
2017-03-08crypto: powerpc - Fix initialisation of crc32c contextGravatar Daniel Axtens 1-1/+1
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionGravatar Jean Delvare 1-1/+1
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+11
2016-10-02crypto: sha1-powerpc - little-endian supportGravatar Marcelo Cerri 1-2/+11
2016-08-09crypto: crc32c-vpmsum - Convert to CPU feature based module autoloadingGravatar Anton Blanchard 1-1/+2
2016-07-05crypto: powerpc - Add POWER8 optimised crc32cGravatar Anton Blanchard 3-0/+1722
2016-05-31crypto: powerpc - Fix typoGravatar Andrea Gelmini 1-1/+1
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-3/+3
2016-03-01powerpc: Fix misspellings in comments.Gravatar Adam Buchbinder 2-3/+3
2016-02-17crypto: xts - fix compile errorsGravatar Stephan Mueller 1-0/+1
2016-02-17crypto: xts - consolidate sanity check for keysGravatar Stephan Mueller 1-0/+5
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Gravatar Anton Blanchard 3-0/+3
2015-05-18crypto: powerpc/md5 - use md5 IV MD5_HX instead of their raw valueGravatar LABBE Corentin 1-4/+4
2015-03-09crypto: powerpc - move files to fix build errorGravatar Kim Phillips 6-4/+513
2015-03-04crypto: powerpc/md5 - kernel configGravatar Markus Stockhausen 1-0/+2
2015-03-04crypto: powerpc/md5 - glueGravatar Markus Stockhausen 1-0/+165
2015-03-04crypto: powerpc/md5 - assemblerGravatar Markus Stockhausen 1-0/+243
2015-03-02crypto: powerpc/sha1 - kernel configGravatar Markus Stockhausen 1-0/+2
2015-03-01crypto: powerpc/aes - kernel configGravatar Markus Stockhausen 1-0/+2
2015-03-01cyprot: powerpc/aes - glue codeGravatar Markus Stockhausen 1-0/+512
2015-03-01crypto: powerpc/aes - ECB/CBC/CTR/XTS modesGravatar Markus Stockhausen 1-0/+630
2015-03-01crypto: powerpc/aes - key handlingGravatar Markus Stockhausen 1-0/+283
2015-03-01crypto: powerpc/aes - assembler coreGravatar Markus Stockhausen 1-0/+351
2015-03-01crypto: powerpc/aes - aes tablesGravatar Markus Stockhausen 1-0/+331
2015-03-01crypto: powerpc/aes - register definesGravatar Markus Stockhausen 1-0/+42