aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-22crypto: eseqiv - Offer normal cipher functionality without RNGHerbert Xu1-19/+12
2015-06-22crypto: chainiv - Offer normal cipher functionality without RNGHerbert Xu1-26/+29
2015-06-22crypto: user - Add CRYPTO_MSG_DELRNGHerbert Xu2-1/+12
2015-06-22crypto: user - Move cryptouser.h to uapiHerbert Xu1-0/+0
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedHerbert Xu2-4/+32
2015-06-22crypto: skcipher - Allow givencrypt to be NULLHerbert Xu1-1/+1
2015-06-21crypto: sahara - propagate the error on clk_disable_unprepare() failureFabio Estevam1-4/+9
2015-06-21crypto: rsa - fix invalid select for AKCIPHERTadeusz Struk1-1/+1
2015-06-21crypto: picoxcell - Update to the current clk APIMichael van der Westhuizen1-4/+4
2015-06-21crypto: nx - Check for bogus firmware propertiesHerbert Xu1-32/+118
2015-06-19crypto: marvell/cesa - add DT bindings documentationBoris BREZILLON1-0/+45
2015-06-19crypto: marvell/cesa - add support for Kirkwood and Dove SoCsArnaud Ebalard1-1/+12
2015-06-19crypto: marvell/cesa - add support for Orion SoCsBoris BREZILLON1-7/+35
2015-06-19crypto: marvell/cesa - add allhwsupport module parameterBoris BREZILLON1-0/+4
2015-06-19crypto: marvell/cesa - add support for all armada SoCsBoris BREZILLON1-0/+12
2015-06-19crypto: marvell/cesa - add SHA256 supportArnaud Ebalard3-0/+163
2015-06-19crypto: marvell/cesa - add MD5 supportArnaud Ebalard3-2/+174
2015-06-19crypto: marvell/cesa - add Triple-DES supportArnaud Ebalard3-0/+151
2015-06-19crypto: marvell/cesa - add DES supportBoris BREZILLON3-0/+154
2015-06-19crypto: marvell/cesa - add TDMA supportBoris BREZILLON7-16/+1101
2015-06-19crypto: marvell/cesa - add a new driver for Marvell's CESABoris BREZILLON7-0/+2040
2015-06-19crypto: mv_cesa - explicitly define kirkwood and dove compatible stringsBoris BREZILLON2-2/+7
2015-06-19crypto: mv_cesa - use gen_pool to reserve the SRAM memory regionBoris BREZILLON3-23/+60
2015-06-19crypto: mv_cesa - document the clocks propertyBoris BREZILLON1-0/+2
2015-06-19Merge branch 'mvebu/drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socHerbert Xu4373-96023/+172587
2015-06-19MAINTAINERS: clarify drivers/crypto/nx/ file ownershipDan Streetman1-1/+9
2015-06-19crypto: nx - add LE support to pSeries platform driverDan Streetman3-43/+45
2015-06-19crypto: caam - Set last bit on src SG listHerbert Xu1-1/+1
2015-06-19crypto: caam - Reintroduce DESC_MAX_USED_BYTESHerbert Xu1-1/+2
2015-06-19crypto: aead - Fix aead_instance struct sizeHerbert Xu1-1/+8
2015-06-19crypto: api - Add CRYPTO_MINALIGN_ATTR to struct crypto_algHerbert Xu1-1/+1
2015-06-18crypto: drivers - Fix Kconfig selectsHerbert Xu6-46/+19
2015-06-18crypto: tcrypt - Fixed AEAD speed test setupHerbert Xu1-7/+8
2015-06-18crypto: tcrypt - Add rfc4309(ccm(aes)) speed testHerbert Xu2-0/+6
2015-06-18crypto: caam - fix non-64-bit write/read accessSteffen Trumtrar1-19/+19
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk3-0/+346
2015-06-17crypto: rsa - add a new rsa generic implementationTadeusz Struk6-0/+484
2015-06-17crypto: akcipher - add PKE APITadeusz Struk8-0/+555
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi3-116/+134
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu1-3/+846
2015-06-17Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu1-1/+1
2015-06-17crypto: caam - Convert GCM to new AEAD interfaceHerbert Xu1-634/+686
2015-06-17crypto: caam - Handle errors in dma_map_sg_chainedHerbert Xu1-14/+21
2015-06-17crypto: nx - Convert GCM to new AEAD interfaceHerbert Xu3-73/+67
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu1-6/+9
2015-06-17crypto: gcm - Convert to new AEAD interfaceHerbert Xu1-532/+373
2015-06-17crypto: testmgr - Disable rfc4543 testHerbert Xu1-1/+1
2015-06-16crypto: caam - Provide correct value to iounmap() in controller driverVictoria Milhoan1-2/+2
2015-06-16crypto: caam - Fix incorrect size when DMA unmapping bufferVictoria Milhoan1-4/+5
2015-06-16MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk3-22/+86