aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-13crypto: dh - Consistenly return negative error codesMat Martineau1-1/+1
2016-11-13crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld1-19/+15
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 Biggers7-7/+7
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers7-21/+21
2016-11-01crypto: acomp - fix dependency in MakefileGiovanni Cabiddu1-2/+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 Cabiddu3-2/+410
2016-10-25crypto: acomp - add asynchronous compression apiGiovanni Cabiddu4-0/+149
2016-10-25crypto: engine - Handle the kthread worker using the new APIPetr Mladek1-15/+11
2016-10-25crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun1-1/+1
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: api - Fix Kconfig dependencies for FIPSAlec Ari1-1/+1
2016-10-11kthread: kthread worker API cleanupPetr Mladek1-10/+10
2016-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds12-119/+274
2016-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu5-124/+60
2016-10-06Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-4/+4
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard1-4/+4
2016-10-02crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek1-1/+4
2016-10-02crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček1-1/+1
2016-10-02crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri1-12/+1
2016-09-22crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu1-17/+24
2016-09-13crypto: squash lines for simple wrapper functionsMasahiro Yamada2-10/+2
2016-09-13crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu1-1/+2
2016-09-13crypto: echainiv - Replace chaining with multiplicationHerbert Xu1-91/+24
2016-09-07crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu1-12/+61
2016-09-07crypto: engine - permit to enqueue ashash_requestCorentin LABBE1-38/+148
2016-09-07crypto: engine - move crypto engine to its own headerCorentin LABBE1-0/+1
2016-09-07crypto: cryptd - initialize child shash_desc on importArd Biesheuvel1-2/+7
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2-0/+13
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu1-4/+5
2016-08-31crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu1-1/+2
2016-08-24crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller1-2/+2
2016-08-24crypto: drbg - fix error return codeWei Yongjun1-5/+11
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky1-21/+19
2016-08-16crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller1-11/+4
2016-08-16crypto: xts - fix a little typoCorentin LABBE1-1/+1
2016-08-09crypto: testmgr - fix !x==y confusionYanjiang Jin1-5/+5
2016-08-09crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman1-1/+1
2016-08-08crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven1-8/+8
2016-07-27Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-61/+0
2016-07-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds43-2521/+5343
2016-07-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2