aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-22crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloadsChristian Lamparter4-0/+177
2017-09-22crypto: crypto4xx - move and refactor dynamic_contents helpersChristian Lamparter5-99/+39
2017-09-22crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declarationChristian Lamparter3-9/+9
2017-09-22crypto: crypto4xx - remove double assignment of pd_uinfo->stateChristian Lamparter1-1/+0
2017-09-22crypto: crypto4xx - remove extern statement before function declarationChristian Lamparter1-24/+24
2017-09-22crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flagChristian Lamparter1-1/+3
2017-09-22crypto: crypto4xx - remove unused definitions and write-only variablesChristian Lamparter3-23/+1
2017-09-22crypto: crypto4xx - remove bad list_delChristian Lamparter1-4/+2
2017-09-22crypto: omap - Use GCM IV size constantCorentin LABBE2-5/+7
2017-09-22crypto: chelsio - Use GCM IV size constantCorentin LABBE1-4/+5
2017-09-22crypto: mediatek - Use GCM IV size constantCorentin LABBE1-1/+2
2017-09-22crypto: bcm - Use GCM IV size constantCorentin LABBE2-6/+5
2017-09-22crypto: atmel - Use GCM IV size constantCorentin LABBE1-2/+3
2017-09-22crypto: nx - Use GCM IV size constantCorentin LABBE1-4/+5
2017-09-22crypto: ccp - Use GCM IV size constantCorentin LABBE1-5/+4
2017-09-22crypto: caam - Use GCM IV size constantCorentin LABBE2-5/+6
2017-09-22crypto: mediatek - Add empty messages check in GCM modeRyder Lee1-0/+5
2017-09-22crypto: stm32/hash - Remove uninitialized symbollionel.debieve@st.com1-3/+2
2017-09-22crypto: nx-842 - constify vio_device_idArvind Yadav1-1/+1
2017-09-22crypto: nx - constify vio_device_idArvind Yadav1-1/+1
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