summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-018-27/+21
* hwrng: atmel - disable TRNG during suspendWenyou Yang2016-11-011-3/+21
* crypto: acomp - fix dependency in MakefileGiovanni Cabiddu2016-11-011-2/+3
* crypto: caam - fix type mismatch warningArnd Bergmann2016-11-011-1/+1
* crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King2016-11-011-1/+1
* crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun2016-11-011-1/+1
* hwrng: core - zeroize buffers with random dataStephan Mueller2016-11-011-0/+3
* crypto: acomp - update testmgr with support for acompGiovanni Cabiddu2016-10-251-13/+145
* crypto: acomp - add support for deflate via scompGiovanni Cabiddu2016-10-252-10/+102
* crypto: acomp - add support for 842 via scompGiovanni Cabiddu2016-10-252-2/+80
* crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu2016-10-252-10/+83
* crypto: acomp - add support for lz4 via scompGiovanni Cabiddu2016-10-252-10/+82
* crypto: acomp - add support for lzo via scompGiovanni Cabiddu2016-10-252-15/+83
* crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu2016-10-257-29/+578
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-258-0/+502
* crypto: ccp - fix typo "CPP"Paul Bolle2016-10-251-3/+3
* hwrng: meson - Remove unneeded platform MODULE_ALIASJavier Martinez Canillas2016-10-251-1/+0
* crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-252-19/+13
* crypto: ccp - Clean up the LSB slot allocation codeGary R Hook2016-10-253-12/+16
* crypto: ccp - remove unneeded codeGary R Hook2016-10-251-1/+0
* crypto: ccp - change bitfield type to unsigned intsGary R Hook2016-10-251-21/+21
* hwrng: meson - Fix module autoload for OF registrationJavier Martinez Canillas2016-10-251-0/+1
* crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun2016-10-251-1/+1
* crypto: ccp - Fix non static symbol warningWei Yongjun2016-10-251-1/+1
* crypto: caam - add support for iMX6ULMarcus Folkesson2016-10-252-15/+40
* padata: Remove unused but set variablesTobias Klauser2016-10-251-4/+0
* crypto: ccp - change type of struct member lsb to signedGary R Hook2016-10-211-1/+1
* crypto: arm/aes-ce - fix for big endianArd Biesheuvel2016-10-211-0/+5
* crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2016-10-212-1/+3
* crypto: arm64/aes-neon - fix for big endianArd Biesheuvel2016-10-211-10/+15
* crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel2016-10-211-26/+27
* crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel2016-10-211-2/+2
* crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel2016-10-211-2/+2
* crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel2016-10-211-3/+3
* crypto: arm64/aes-ce - fix for big endianArd Biesheuvel2016-10-211-10/+15
* crypto: cmac - fix alignment of 'consts'Eric Biggers2016-10-211-4/+9
* crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers2016-10-211-0/+1
* crypto: api - Remove no-op exit_ops codeEric Biggers2016-10-214-29/+2
* crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers2016-10-211-2/+0
* crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet2016-10-211-2/+1
* crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier2016-10-211-16/+49
* crypto: marvell - Use an unique pool to copy results of requestsRomain Perier2016-10-214-24/+26
* crypto: api - Fix Kconfig dependencies for FIPSAlec Ari2016-10-211-1/+1
* crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2016-10-212-6/+183
* crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen2016-10-211-1/+1
* arm64: dts: marvell: add TRNG description for Armada 8K CPRomain Perier2016-10-212-0/+16
* hwrng: omap - Add device variant for SafeXcel IP-76 found in Armada 8KRomain Perier2016-10-212-3/+85
* hwrng: omap - Don't prefix the probe message with OMAPRomain Perier2016-10-211-1/+1
* hwrng: omap - Add support for 128-bit output of dataRomain Perier2016-10-211-6/+8
* hwrng: omap - Remove global definition of hwrngRomain Perier2016-10-211-9/+14