summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* crypto: skcipher - Add separate walker for AEAD decryptionHerbert Xu2016-12-011-3/+30
* crypto: skcipher - fix crash in skcipher_walk_aead()Ard Biesheuvel2016-11-301-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-11-304-16/+35
|\
| * crypto: rsa - Add Makefile dependencies to fix parallel buildsDavid Michael2016-11-301-0/+1
| * crypto: drbg - prevent invalid SG mappingsStephan Mueller2016-11-301-5/+24
| * crypto: scatterwalk - Remove unnecessary aliasing check in map_and_copyHerbert Xu2016-11-221-4/+0
| * crypto: algif_hash - Fix result clobbering in recvmsgHerbert Xu2016-11-221-1/+1
| * crypto: algif_hash - Fix NULL hash crash with shashHerbert Xu2016-11-181-7/+10
* | crypto: testmgr - don't use stack buffer in test_acomp()Eric Biggers2016-11-281-3/+8
* | crypto: cbc - Export CBC implementationHerbert Xu2016-11-281-127/+2
* | crypto: cbc - Convert to skcipherHerbert Xu2016-11-281-104/+138
* | crypto: aesni - Convert to skcipherHerbert Xu2016-11-281-4/+3
* | crypto: testmgr - Do not test internal algorithmsHerbert Xu2016-11-282-150/+11
* | crypto: glue_helper - Add skcipher xts helpersHerbert Xu2016-11-281-1/+1
* | crypto: pcbc - Convert to skcipherHerbert Xu2016-11-281-92/+109
* | crypto: simd - Add simd skcipher helperHerbert Xu2016-11-283-0/+232
* | crypto: cryptd - Add support for skcipherHerbert Xu2016-11-281-2/+282
* | crypto: api - Do not clear type bits in crypto_larval_lookupHerbert Xu2016-11-281-1/+1
* | crypto: xts - Convert to skcipherHerbert Xu2016-11-281-155/+392
* | crypto: lrw - Convert to skcipherHerbert Xu2016-11-281-127/+380
* | crypto: skcipher - Add skcipher walk interfaceHerbert Xu2016-11-281-0/+511
* | crypto: crc32c-vpmsum - Rename CRYPT_CRC32C_VPMSUM optionJean Delvare2016-11-281-1/+1
* | crypto: drbg - advance output buffer pointerStephan Mueller2016-11-211-0/+1
* | crypto: gf128mul - Zero memory when freeing multiplication tableAlex Cope2016-11-171-2/+2
* | crypto: jitterentropy - drop duplicate header module.hGeliang Tang2016-11-171-1/+0
* | crypto: gf128mul - remove dead gf128mul_64k_lle codeAlex Cope2016-11-131-55/+0
* | crypto: dh - Consistenly return negative error codesMat Martineau2016-11-131-1/+1
* | crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld2016-11-131-19/+15
* | 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
OpenPOWER on IntegriCloud