aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* net: crypto set sk to NULL when af_alg_release.Mao Wenan2019-07-081-1/+3
* crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek2018-12-011-1/+6
* crypto: hmac - require that the underlying hash algorithm is unkeyedEric Biggers2018-04-132-3/+8
* Revert "crypto: cryptd - process CRYPTO_ALG_INTERNAL"Mister Oyster2018-01-052-43/+9
* Revert "crypto: cryptd - Add helpers to check whether a tfm is queued"Mister Oyster2018-01-051-114/+19
* Revert "crypto: af_alg - Forbid the use internal algorithms"Mister Oyster2018-01-051-4/+1
* Revert "crypto: ablk_helper - Fix cryptd reordering"Mister Oyster2018-01-051-4/+2
* Revert "crypto: testmgr - use CRYPTO_ALG_INTERNAL"Mister Oyster2018-01-051-6/+6
* Revert "crypto: api - prevent helper ciphers from being used"Mister Oyster2018-01-051-10/+0
* UPSTREAM: crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel2017-12-141-1/+1
* UPSTREAM: crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel2017-12-141-1/+1
* UPSTREAM: crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-12-141-0/+7
* UPSTREAM: crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2017-12-141-1/+333
* UPSTREAM: crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2017-12-142-0/+192
* UPSTREAM: crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-12-141-0/+6
* BACKPORT: crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2017-12-141-16/+12
* UPSTREAM: crypto: chacha20 - Add a generic ChaCha20 stream cipher implementationMartin Willi2017-12-143-0/+230
* crypto: ablk_helper - Fix cryptd reorderingHerbert Xu2017-12-141-2/+4
* crypto: cryptd - Add helpers to check whether a tfm is queuedHerbert Xu2017-12-141-19/+114
* crypto: af_alg - Forbid the use internal algorithmsHerbert Xu2017-12-141-1/+4
* crypto: cryptd - process CRYPTO_ALG_INTERNALStephan Mueller2017-12-142-9/+43
* crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2017-12-141-6/+6
* crypto: api - prevent helper ciphers from being usedStephan Mueller2017-12-141-0/+10
* crypto: AF_ALG - remove SGL terminator indicator when chainingStephan Mueller2017-11-061-1/+3
* lz4k: Remove lz4k modulealexlartsev192017-09-262-157/+0
* crypto: memneq - fix for archs without efficient unaligned accessDaniel Borkmann2017-08-311-1/+2
* crypto: more robust crypto_memneqCesar Eduardo Barros2017-08-312-30/+54
* crypto: xts - consolidate sanity check for keysStephan Mueller2017-08-311-8/+3
* UPSTREAM: crypto: crypto_memneq - add equality testing of memory regions w/o ...James Yonan2017-08-247-13/+157
* crypto: algif_hash - avoid zero-sized arrayJiri Slaby2017-07-041-1/+1
* crypto: cryptd - Assign statesize properlyWang, Rui Y2017-07-041-0/+1
* crypto: improve gcc optimization flags for serpent and wp512Arnd Bergmann2017-07-041-0/+2
* crypto: api - Clear CRYPTO_ALG_DEAD bit before registering an algSalvatore Benedetto2017-07-041-0/+1
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2017-04-131-0/+6
* [SQUASH] crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-04-112-28/+18
* crypto: gcm - Fix IV buffer size in crypto_gcm_setkeyOndrej Mosnáček2017-04-111-1/+1
* crypto: skcipher - Fix blkcipher walk OOM crashHerbert Xu2017-04-111-1/+2
* crypto: cryptd - initialize child shash_desc on importArd Biesheuvel2017-04-111-2/+7
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2017-04-111-7/+7
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2017-04-111-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2017-04-111-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2017-04-111-9/+7
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2017-04-111-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2017-04-111-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2017-04-111-1/+8
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2017-04-111-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2017-04-112-0/+3
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2017-04-111-8/+193
* crypto: shash - Fix has_key settingHerbert Xu2017-04-111-4/+3
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2017-04-112-2/+7