summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2016-11-28crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers
2016-11-28crypto: cbc - Export CBC implementationHerbert Xu
2016-11-28crypto: cbc - Convert to skcipherHerbert Xu
2016-11-28crypto: aesni - Convert to skcipherHerbert Xu
2016-11-28crypto: testmgr - Do not test internal algorithmsHerbert Xu
2016-11-28crypto: glue_helper - Add skcipher xts helpersHerbert Xu
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu
2016-11-28crypto: simd - Add simd skcipher helperHerbert Xu
2016-11-28crypto: cryptd - Add support for skcipherHerbert Xu
2016-11-28crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu
2016-11-28crypto: xts - Convert to skcipherHerbert Xu
2016-11-28crypto: lrw - Convert to skcipherHerbert Xu
2016-11-28crypto: skcipher - Add skcipher walk interfaceHerbert Xu
2016-11-28crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare
2016-11-21crypto: drbg - advance output buffer pointerStephan Mueller
2016-11-17crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope
2016-11-17crypto: jitterentropy - drop duplicate header module.hGeliang Tang
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