aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cbc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-13Crypto: mv_cesa - Switch to using managed resourcesNadim almas1-3/+1
2016-11-13crypto: talitos - fix spelling mistakeColin Ian King1-1/+1
2016-11-13crypto: ccp - Fix handling of RSA exponent on a v5 deviceGary R Hook1-5/+5
2016-11-01crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser1-2/+0
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers8-13/+7
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers8-27/+21
2016-11-01hwrng: atmel - disable TRNG during suspendWenyou Yang1-3/+21
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu1-2/+3
2016-11-01crypto: caam - fix type mismatch warningArnd Bergmann1-1/+1
2016-11-01crypto: sahara - fix typo "Decidated" -> "Dedicated"Colin Ian King1-1/+1
2016-11-01crypto: atmel - drop pointless static qualifier in atmel_aes_probe()Wei Yongjun1-1/+1
2016-11-01hwrng: core - zeroize buffers with random dataStephan Mueller1-0/+3
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu1-13/+145
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu2-10/+102
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu2-2/+80
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu2-10/+83
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu2-10/+82
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu2-15/+83
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu7-29/+578
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu8-0/+502
2016-10-25crypto: ccp - fix typo "CPP"Paul Bolle1-3/+3
2016-10-25hwrng: meson - Remove unneeded platform MODULE_ALIASJavier Martinez Canillas1-1/+0
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek2-19/+13
2016-10-25crypto: ccp - Clean up the LSB slot allocation codeGary R Hook3-12/+16
2016-10-25crypto: ccp - remove unneeded codeGary R Hook1-1/+0
2016-10-25crypto: ccp - change bitfield type to unsigned intsGary R Hook1-21/+21
2016-10-25hwrng: meson - Fix module autoload for OF registrationJavier Martinez Canillas1-0/+1
2016-10-25crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun1-1/+1
2016-10-25crypto: ccp - Fix non static symbol warningWei Yongjun1-1/+1
2016-10-25crypto: caam - add support for iMX6ULMarcus Folkesson2-15/+40
2016-10-25padata: Remove unused but set variablesTobias Klauser1-4/+0
2016-10-21crypto: ccp - change type of struct member lsb to signedGary R Hook1-1/+1
2016-10-21crypto: arm/aes-ce - fix for big endianArd Biesheuvel1-0/+5
2016-10-21crypto: arm64/aes-xts-ce: fix for big endianArd Biesheuvel2-1/+3
2016-10-21crypto: arm64/aes-neon - fix for big endianArd Biesheuvel1-10/+15
2016-10-21crypto: arm64/aes-ccm-ce: fix for big endianArd Biesheuvel1-26/+27
2016-10-21crypto: arm64/sha2-ce - fix for big endianArd Biesheuvel1-2/+2
2016-10-21crypto: arm64/sha1-ce - fix for big endianArd Biesheuvel1-2/+2
2016-10-21crypto: arm64/ghash-ce - fix for big endianArd Biesheuvel1-3/+3
2016-10-21crypto: arm64/aes-ce - fix for big endianArd Biesheuvel1-10/+15
2016-10-21crypto: cmac - fix alignment of 'consts'Eric Biggers1-4/+9
2016-10-21crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers1-0/+1
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers4-29/+2
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationEric Biggers1-2/+0
2016-10-21crypto: crypto4xx - Fix size used in dma_free_coherent()Christophe Jaillet1-2/+1
2016-10-21crypto: marvell - Don't break chain for computable last ahash requestsRomain Perier1-16/+49
2016-10-21crypto: marvell - Use an unique pool to copy results of requestsRomain Perier4-24/+26
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari1-1/+1
2016-10-21crypto: atmel-aes - add support to the XTS modeCyrille Pitchen2-6/+183
2016-10-21crypto: atmel-aes - fix compiler error when VERBOSE_DEBUG is definedCyrille Pitchen1-1/+1