aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-22crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structHerbert Xu1-2/+2
2016-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-0/+1
2016-07-19crypto: testmgr - Print akcipher algorithm nameHerbert Xu1-2/+4
2016-07-19crypto: rsa-pkcs1pad - fix rsa-pkcs1pad request structTadeusz Struk1-2/+1
2016-07-18crypto: scatterwalk - Inline start/map/doneHerbert Xu1-43/+0
2016-07-18crypto: scatterwalk - Remove unnecessary BUG in scatterwalk_startHerbert Xu1-3/+0
2016-07-18crypto: scatterwalk - Remove unnecessary advance in scatterwalk_pagedoneHerbert Xu1-6/+2
2016-07-18crypto: scatterwalk - Fix test in scatterwalk_doneHerbert Xu1-1/+2
2016-07-18crypto: scatterwalk - Add no-copy support to copychunksHerbert Xu1-4/+6
2016-07-18crypto: scatterwalk - Remove scatterwalk_bytes_sglenHerbert Xu1-22/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceHerbert Xu7-1128/+6
2016-07-18crypto: user - Remove crypto_lookup_skcipher callHerbert Xu1-36/+1
2016-07-18crypto: cts - Convert to skcipherHerbert Xu1-210/+285
2016-07-18crypto: null - Remove default null blkcipherHerbert Xu1-43/+6
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsHerbert Xu1-8/+0
2016-07-18crypto: seqiv - Use skcipherHerbert Xu1-5/+9
2016-07-18crypto: echainiv - Use skcipherHerbert Xu1-6/+10
2016-07-18crypto: aead - Add skcipher null for IV generatorsHerbert Xu1-1/+9
2016-07-18crypto: chacha20poly1305 - Use skcipherHerbert Xu1-43/+46
2016-07-18crypto: gcm - Use skcipherHerbert Xu1-53/+58