summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dt-bindings: crypto: add ARTPEC cryptoLars Persson2017-08-221-0/+16
* crypto: algif_aead - fix comment regarding memory layoutStephan Mueller2017-08-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2017-08-227-42/+61
|\
| * crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller2017-08-221-2/+7
| * crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-08-221-0/+7
| * crypto: chacha20 - fix handling of chunked inputArd Biesheuvel2017-08-221-2/+7
| * lib/mpi: kunmap after finishing accessing bufferStephan Mueller2017-08-221-1/+3
| * crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com2017-08-092-32/+37
| * crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu2017-08-091-3/+3
| * crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart2017-08-031-1/+1
| * crypto: inside-secure - fix invalidation check in hmac_sha1_setkeyAntoine Ténart2017-08-031-3/+3
* | crypto: ccp - use dma_mapping_error to check map errorPan Bian2017-08-171-1/+1
* | lib/mpi: fix build with clangStefan Agner2017-08-171-12/+12
* | crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen2017-08-171-2/+0
* | crypto: sahara - Fix dma unmap directionMogens Lauridsen2017-08-171-4/+4
* | crypto: af_alg - consolidation of duplicate codeStephan Mueller2017-08-094-1262/+940
* | crypto: caam - Remove unused dentry membersFabio Estevam2017-08-093-63/+32
* | crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann2017-08-091-0/+1
* | crypto: ccp - avoid uninitialized variable warningArnd Bergmann2017-08-091-1/+2
* | crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann2017-08-091-36/+41
* | crypto: algif_aead - copy AAD from src to dstStephan Mueller2017-08-092-23/+162
* | crypto: algif - return error code when no data was processedStephan Mueller2017-08-092-2/+6
* | crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook2017-08-043-5/+25
* | crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook2017-08-041-37/+20
* | crypto: ccp - Add a call to xts_check_key()Gary R Hook2017-08-041-1/+8
* | crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook2017-08-045-11/+43
* | crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-45/+107
* | crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel2017-08-041-23/+65
* | crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2017-08-042-36/+252
* | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
* | crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-043-26/+591
* | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-042-5/+44
* | crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel2017-08-041-2/+3
* | crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-043-17/+101
* | crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-35/+140
* | crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-3/+18
* | crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel2017-08-043-40/+37
* | crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-043-5/+29
* | crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-042-5/+16
* | crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-5/+6
* | crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-4/+9
* | crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-042-9/+43
* | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-0414-40/+42
* | crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-042-12/+17
* | crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang2017-08-033-19/+29
* | crypto: rockchip - move the crypto completion from interrupt contextZain Wang2017-08-034-14/+33
* | hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser2017-08-033-0/+346
* | Documentation: devicetree: add Freescale RNGC bindingSteffen Trumtrar2017-08-031-0/+21
* | hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan2017-08-031-4/+2
* | crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel2017-08-031-29/+17