aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-21crypto: lrw - Do not use auxiliary bufferOndrej Mosnacek1-229/+51
2018-09-21crypto: lrw - Optimize tweak computationOndrej Mosnacek1-24/+37
2018-09-21crypto: testmgr - Add test for LRW counter wrap-aroundOndrej Mosnacek1-0/+21
2018-09-21crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-09-21crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
2018-09-21arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCsHoria Geantă1-0/+1
2018-09-21crypto: caam/qi2 - add support for ahash algorithmsHoria Geantă3-1/+1750
2018-09-21crypto: caam - export ahash shared descriptor generationHoria Geantă5-70/+114
2018-09-21crypto: caam/qi2 - add skcipher algorithmsHoria Geantă3-1/+582
2018-09-21crypto: caam/qi2 - add DPAA2-CAAM driverHoria Geantă7-17/+3109
2018-09-21crypto: caam - add Queue Interface v2 error codesHoria Geantă3-4/+79
2018-09-21crypto: caam - add DPAA2-CAAM (DPSECI) backend APIHoria Geantă3-0/+908
2018-09-21crypto: caam - fix implicit casts in endianness helpersHoria Geantă1-14/+14
2018-09-21soc: fsl: dpio: add congestion notification supportHoria Geantă1-0/+15
2018-09-21soc: fsl: dpio: add frame list format supportHoria Geantă1-0/+242
2018-09-21soc: fsl: dpio: add back some frame queue functionsHoria Geantă2-0/+62
2018-09-21bus: fsl-mc: add support for dpseci device typeHoria Geantă2-0/+11
2018-09-21crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers4-20/+20
2018-09-21crypto: xts - Drop use of auxiliary bufferOndrej Mosnacek1-223/+46
2018-09-21crypto: arm64/aes-blk - improve XTS mask handlingArd Biesheuvel3-19/+32
2018-09-21crypto: arm64/aes-blk - add support for CTS-CBC modeArd Biesheuvel2-1/+243
2018-09-21crypto: arm64/aes-blk - revert NEON yield for skciphersArd Biesheuvel1-173/+108
2018-09-21crypto: arm64/aes-blk - remove pointless (u8 *) castsArd Biesheuvel1-24/+23
2018-09-21crypto: cavium/nitrox - use dma_pool_zalloc()Srikanth Jampala1-2/+2
2018-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu6-7/+2
2018-09-21crypto: caam/jr - fix ablkcipher_edesc pointer arithmeticHoria Geantă1-4/+4
2018-09-14crypto: cavium/nitrox - Added support for SR-IOV configuration.Srikanth Jampala8-30/+236
2018-09-14crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross a page in gcmMikulas Patocka1-1/+1
2018-09-14crc-t10dif: crc_t10dif_mutex can be statickbuild test robot1-1/+1
2018-09-14dm: Remove VLA usage from hashesKees Cook2-7/+21
2018-09-14crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2Ondrej Mosnacek5-5/+0
2018-09-13crypto: ccp - add timeout support in the SEV commandBrijesh Singh1-5/+41
2018-09-04crypto: arm/chacha20 - faster 8-bit rotations and other optimizationsEric Biggers1-134/+143
2018-09-04crc-t10dif: Allow current transform to be inspected in sysfsMartin K. Petersen1-0/+11
2018-09-04crc-t10dif: Pick better transform if one becomes availableMartin K. Petersen2-2/+45
2018-09-04crypto: api - Introduce notifier for new crypto algorithmsMartin K. Petersen4-8/+14
2018-09-04crypto: arm64/crct10dif - implement non-Crypto Extensions alternativeArd Biesheuvel2-2/+162
2018-09-04crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL versionArd Biesheuvel2-76/+90
2018-09-04crypto: arm64/crc32 - remove PMULL based CRC32 driverArd Biesheuvel5-540/+0
2018-09-04crypto: arm64/aes-modes - get rid of literal load of addend vectorArd Biesheuvel1-7/+9
2018-09-04crypto: arm/ghash-ce - implement support for 4-way aggregationArd Biesheuvel3-16/+131
2018-09-04crypto: x86 - remove SHA multibuffer routines and mcryptdArd Biesheuvel47-8952/+0
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus6-47/+6
2018-09-04crypto: ccp - add timeout support in the SEV commandBrijesh Singh1-5/+41
2018-09-04crypto: shash - Remove VLA usage in unaligned hashingKees Cook2-12/+16
2018-09-04crypto: qat - Remove VLA usageKees Cook1-2/+6
2018-09-04crypto: api - Introduce generic max blocksize and alignmaskKees Cook2-2/+9
2018-09-04crypto: hash - Remove VLA usageKees Cook4-7/+11
2018-09-04crypto: ccm - Remove VLA usageArd Biesheuvel1-3/+6
2018-09-04crypto: cbc - Remove VLA usageKees Cook1-1/+1