summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-22crypto: af_alg - get_page upon reassignment to TX SGLStephan Mueller
2017-08-22crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'Christophe Jaillet
2017-08-22crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang
2017-08-22crypto: cavium - add release_firmware to all return caseCorentin LABBE
2017-08-22crypto: sahara - constify platform_device_idArvind Yadav
2017-08-22MAINTAINERS: Add ARTPEC crypto maintainerLars Persson
2017-08-22crypto: axis - add ARTPEC-6/7 crypto accelerator driverLars Persson
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Rabin Vincent
2017-08-22dt-bindings: crypto: add ARTPEC cryptoLars Persson
2017-08-22crypto: algif_aead - fix comment regarding memory layoutStephan Mueller
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2017-08-22crypto: algif_skcipher - only call put_page on referenced and used pagesStephan Mueller
2017-08-22crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel
2017-08-22crypto: chacha20 - fix handling of chunked inputArd Biesheuvel
2017-08-22lib/mpi: kunmap after finishing accessing bufferStephan Mueller
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian
2017-08-17lib/mpi: fix build with clangStefan Agner
2017-08-17crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen
2017-08-17crypto: sahara - Fix dma unmap directionMogens Lauridsen
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam
2017-08-09crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann
2017-08-09crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann
2017-08-09crypto: algif_aead - copy AAD from src to dstStephan Mueller
2017-08-09crypto: algif - return error code when no data was processedStephan Mueller
2017-08-09crypto: x86/sha1 - Fix reads beyond the number of blocks passedmegha.dey@linux.intel.com
2017-08-09crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook
2017-08-04crypto: ccp - Add a call to xts_check_key()Gary R Hook
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook
2017-08-04crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel
2017-08-04crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel
2017-08-04crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel
2017-08-04crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel
2017-08-04crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel
2017-08-04crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel
2017-08-04crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel
2017-08-04crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel
2017-08-04crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel
2017-08-04crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel