aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2016-11-13crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld
2016-11-01crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu
2016-10-25crypto: acomp - update testmgr with support for acompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for deflate via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for 842 via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lz4hc via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lz4 via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu
2016-10-25crypto: acomp - add driver-side scomp interfaceGiovanni Cabiddu
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek
2016-10-25crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun
2016-10-21crypto: cmac - fix alignment of 'consts'Eric Biggers
2016-10-21crypto: cmac - return -EINVAL if block size is unsupportedEric Biggers
2016-10-21crypto: api - Remove no-op exit_ops codeEric Biggers
2016-10-21crypto: api - Fix Kconfig dependencies for FIPSAlec Ari
2016-10-11kthread: kthread worker API cleanupPetr Mladek
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard
2016-10-02crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek
2016-10-02crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri
2016-09-22crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada
2016-09-13crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu
2016-09-13crypto: echainiv - Replace chaining with multiplicationHerbert Xu
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE
2016-09-07crypto: cryptd - initialize child shash_desc on importArd Biesheuvel
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu
2016-08-31crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu
2016-08-24crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller
2016-08-24crypto: drbg - fix error return codeWei Yongjun
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller
2016-08-16crypto: xts - fix a little typoCorentin LABBE
2016-08-09crypto: testmgr - fix !x==y confusionYanjiang Jin
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman
2016-08-08crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds