summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
OpenPOWER on IntegriCloud