summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)AuthorLines
2020-07-23padata: remove stop functionDaniel Jordan-9/+3
2020-07-23padata: remove start functionDaniel Jordan-3/+0
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig-15/+0
2020-07-16crypto: lrw - prefix function and struct names with "lrw"Eric Biggers-58/+61
2020-07-16crypto: xts - prefix function and struct names with "xts"Eric Biggers-65/+72
2020-07-16crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGSEric Biggers-6/+0
2020-07-16crypto: algapi - use common mechanism for inheriting flagsEric Biggers-227/+137
2020-07-16crypto: seqiv - remove seqiv_create()Eric Biggers-15/+1
2020-07-16crypto: geniv - remove unneeded arguments from aead_geniv_alloc()Eric Biggers-5/+6
2020-07-15keys: asymmetric: fix error return code in software_key_query()Wei Yongjun-0/+1
2020-07-09crypto: api - permit users to specify numa node of acomp hardwareBarry Song-13/+42
2020-07-09crypto: af_alg - Fix regression on empty requestsHerbert Xu-1/+1
2020-06-19docs: crypto: convert asymmetric-keys.txt to ReSTMauro Carvalho Chehab-3/+3
2020-06-18crypto: algif_aead - Only wake up when ctx->more is zeroHerbert Xu-7/+12
2020-06-18crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()Herbert Xu-33/+20
2020-06-15sched,crypto: Convert to sched_set_fifo*()Peter Zijlstra-2/+1
2020-06-15crypto: drbg - always try to free Jitter RNG instanceStephan Müller-2/+4
2020-06-15crypto: algboss - don't wait during notifier callbackEric Biggers-2/+0
2020-06-15crypto: algif_skcipher - Cap recv SG list at ctx->usedHerbert Xu-5/+1
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+0
2020-05-28crypto: engine - do not requeue in case of fatal errorIuliana Prodan-4/+1
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann-1/+3
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers-2/+2
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Eric Biggers-3/+1
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers-0/+16
2020-05-08crypto: lib/sha256 - return voidEric Biggers-5/+9
2020-05-08crypto - Avoid free() namespace collisionArnd Bergmann-6/+6
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun-1/+3
2020-05-08crypto: engine - support for batch requestsIuliana Prodan-1/+26
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan-30/+116
2020-05-08crypto: algapi - create function to add request in front of queueIuliana Prodan-0/+8
2020-04-30crypto: drbg - should select CTRCorentin Labbe-1/+1
2020-04-30crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe-1/+0
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller-7/+19
2020-04-24crypto: jitter - SP800-90B complianceStephan Müller-101/+343
2020-04-24crypto: algif_rng - remove redundant assignment to variable errColin Ian King-1/+1
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu-7/+19
2020-04-16crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers-1/+1
2020-04-15compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon-1/+0
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-267/+149
2020-03-30crypto: af_alg - bool type cosmeticsLothar Rubusch-8/+8
2020-03-12crypto: testmgr - do comparison tests before inauthentic input testsEric Biggers-2/+2
2020-03-12crypto: testmgr - use consistent IV copies for AEADs that need itEric Biggers-9/+15
2020-03-06crypto: xts - simplify error handling in ->create()Eric Biggers-17/+11
2020-03-06crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()Eric Biggers-39/+20
2020-03-06crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers-24/+9
2020-03-06crypto: lrw - simplify error handling in create()Eric Biggers-17/+11
2020-03-06crypto: geniv - simply error handling in aead_geniv_alloc()Eric Biggers-12/+5
2020-03-06crypto: gcm - simplify error handling in crypto_rfc4543_create()Eric Biggers-25/+12