aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-07crypto: stm32 - Try to fix hash paddingArnd Bergmann1-6/+9
2017-09-22crypto: axis - hide an unused variableArnd Bergmann1-2/+2
2017-09-20crypto: caam - fix LS1021A support on ARMv7 multiplatform kernelHoria Geantă3-44/+39
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2-2/+2
2017-09-20crypto: talitos - Don't provide setkey for non hmac hashing algs.LEROY Christophe1-1/+2
2017-09-20crypto: talitos - fix hashingLEROY Christophe1-1/+1
2017-09-20crypto: talitos - fix sha224LEROY Christophe1-2/+2
2017-09-07Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-23/+0
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-56/+474
2017-09-01crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni2-6/+372
2017-09-01crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2-0/+26
2017-09-01crypto/nx: Use kzalloc for workmem allocationHaren Myneni1-1/+1
2017-09-01crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni1-3/+9
2017-09-01crypto/nx: Create nx842_delete_coprocs functionHaren Myneni1-13/+12
2017-09-01crypto/nx: Create nx842_configure_crb functionHaren Myneni1-19/+38
2017-09-01crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni1-7/+13
2017-08-31powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu2-8/+4
2017-08-22crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'Christophe Jaillet1-1/+3
2017-08-22crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet1-2/+3
2017-08-22crypto: rockchip - Don't dequeue the request when device is busyZain Wang4-148/+160
2017-08-22crypto: cavium - add release_firmware to all return caseCorentin LABBE1-4/+9
2017-08-22crypto: sahara - constify platform_device_idArvind Yadav1-1/+1
2017-08-22crypto: axis - add ARTPEC-6/7 crypto accelerator driverLars Persson4-0/+3215
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2-7/+7
2017-08-22dmaengine: remove DMA_SG as it is dead code in kernelDave Jiang1-23/+0
2017-08-17crypto: ccp - use dma_mapping_error to check map errorPan Bian1-1/+1
2017-08-17crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen1-2/+0
2017-08-17crypto: sahara - Fix dma unmap directionMogens Lauridsen1-4/+4
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam3-63/+32
2017-08-09crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann1-0/+1
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann1-1/+2
2017-08-09crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu1-3/+3
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook3-5/+25
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook1-37/+20
2017-08-04crypto: ccp - Add a call to xts_check_key()Gary R Hook1-1/+8
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook4-10/+41
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel1-2/+1
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang3-19/+29
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang4-14/+33
2017-08-03crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi2-66/+56
2017-08-03crypto: atmel-ecc - fix signed integer to u8 assignmentTudor-Dan Ambarus1-5/+5
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh1-7/+0
2017-08-03Crypto: atmel-ecc: Make a couple of local functions staticColin Ian King1-2/+2
2017-08-03crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: n2 - Convert to using %pOF instead of full_nameRob Herring1-32/+28
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă7-25/+148
2017-08-03crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart1-1/+1