summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: cryptd - Remove unused but set variable 'tfm'Tobias Klauser2016-11-011-2/+0
* crypto: skcipher - Get rid of crypto_spawn_skcipher2()Eric Biggers2016-11-017-7/+7
* crypto: skcipher - Get rid of crypto_grab_skcipher2()Eric Biggers2016-11-017-21/+21
* crypto: acomp - fix dependency in MakefileGiovanni Cabiddu2016-11-011-2/+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-253-2/+410
* crypto: acomp - add asynchronous compression apiGiovanni Cabiddu2016-10-254-0/+149
* crypto: engine - Handle the kthread worker using the new APIPetr Mladek2016-10-251-15/+11
* crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun2016-10-251-1/+1
* 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: api - Fix Kconfig dependencies for FIPSAlec Ari2016-10-211-1/+1
* kthread: kthread worker API cleanupPetr Mladek2016-10-111-10/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-10-1012-119/+274
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-10-105-124/+60
| |\
| | * crypto: ghash-generic - move common definitions to a new header fileMarcelo Cerri2016-10-021-12/+1
| * | crypto: testmgr - add guard to dst buffer for ahash_exportJan Stancek2016-10-021-1/+4
| * | crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2016-10-021-1/+1
| * | crypto: squash lines for simple wrapper functionsMasahiro Yamada2016-09-132-10/+2
| * | crypto: algif_hash - Handle NULL hashes correctlyHerbert Xu2016-09-071-12/+61
| * | crypto: engine - permit to enqueue ashash_requestCorentin LABBE2016-09-071-38/+148
| * | crypto: engine - move crypto engine to its own headerCorentin LABBE2016-09-071-0/+1
| * | crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2016-08-312-0/+13
| * | crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu2016-08-311-4/+5
| * | crypto: rsa - allow keys >= 2048 bits in FIPS modeStephan Mueller2016-08-241-2/+2
| * | crypto: drbg - fix error return codeWei Yongjun2016-08-241-5/+11
| * | crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky2016-08-241-21/+19
| * | crypto: drbg - do not call drbg_instantiate in healt testStephan Mueller2016-08-161-11/+4
| * | crypto: xts - fix a little typoCorentin LABBE2016-08-161-1/+1
| * | crypto: testmgr - fix !x==y confusionYanjiang Jin2016-08-091-5/+5
* | | Merge tag 'dmaengine-4.9-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-10-061-4/+4
|\ \ \ | |_|/ |/| |
| * | async_pq_val: fix DMA memory leakJustin Maggard2016-10-051-4/+4
* | | crypto: rsa-pkcs1pad - Handle leading zero for decryptionHerbert Xu2016-09-221-17/+24
* | | crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2016-09-131-1/+2
* | | crypto: echainiv - Replace chaining with multiplicationHerbert Xu2016-09-131-91/+24
* | | crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2016-09-071-2/+7
* | | crypto: cryptd - Use correct tfm object for AEAD trackingHerbert Xu2016-08-311-1/+2
| |/ |/|
* | crypto: powerpc - CRYPT_CRC32C_VPMSUM should depend on ALTIVECMichael Ellerman2016-08-091-1/+1
* | crypto: sha3 - Add missing ULL suffixes for 64-bit constantsGeert Uytterhoeven2016-08-081-8/+8
|/
* Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-271-61/+0
|\
| * random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-031-61/+0
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-2643-2521/+5343
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-211-0/+1
| |\ \
| * | | crypto: testmgr - Print akcipher algorithm nameHerbert Xu2016-07-191-2/+4