aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28crypto: engine - do not requeue in case of fatal errorIuliana Prodan1-4/+1
2020-05-15crypto: blake2b - Fix clang optimization for ARMv7-MArnd Bergmann1-1/+3
2020-05-08crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.hEric Biggers1-1/+0
2020-05-08crypto: lib/sha1 - rename "sha" to "sha1"Eric Biggers1-2/+2
2020-05-08crypto: essiv - use crypto_shash_tfm_digest()Eric Biggers1-3/+1
2020-05-08crypto: hash - introduce crypto_shash_tfm_digest()Eric Biggers1-0/+16
2020-05-08crypto: lib/sha256 - return voidEric Biggers1-5/+9
2020-05-08crypto - Avoid free() namespace collisionArnd Bergmann2-6/+6
2020-05-08crypto: drbg - fix error return code in drbg_alloc_state()Wei Yongjun1-1/+3
2020-05-08crypto: engine - support for batch requestsIuliana Prodan1-1/+26
2020-05-08crypto: engine - support for parallel requests based on retry mechanismIuliana Prodan1-30/+116
2020-05-08crypto: algapi - create function to add request in front of queueIuliana Prodan1-0/+8
2020-04-30crypto: drbg - should select CTRCorentin Labbe1-1/+1
2020-04-30crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe1-1/+0
2020-04-24crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-7/+19
2020-04-24crypto: jitter - SP800-90B complianceStephan Müller2-101/+343
2020-04-24crypto: algif_rng - remove redundant assignment to variable errColin Ian King1-1/+1
2020-04-16crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu3-7/+19
2020-04-16crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers1-1/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds18-267/+149
2020-03-30crypto: af_alg - bool type cosmeticsLothar Rubusch2-8/+8
2020-03-12crypto: testmgr - do comparison tests before inauthentic input testsEric Biggers1-2/+2
2020-03-12crypto: testmgr - use consistent IV copies for AEADs that need itEric Biggers1-9/+15
2020-03-06crypto: xts - simplify error handling in ->create()Eric Biggers1-17/+11
2020-03-06crypto: rsa-pkcs1pad - simplify error handling in pkcs1pad_create()Eric Biggers1-39/+20
2020-03-06crypto: pcrypt - simplify error handling in pcrypt_create_aead()Eric Biggers1-24/+9
2020-03-06crypto: lrw - simplify error handling in create()Eric Biggers1-17/+11
2020-03-06crypto: geniv - simply error handling in aead_geniv_alloc()Eric Biggers1-12/+5
2020-03-06crypto: gcm - simplify error handling in crypto_rfc4543_create()Eric Biggers1-25/+12
2020-03-06crypto: gcm - simplify error handling in crypto_rfc4106_create()Eric Biggers1-20/+9
2020-03-06crypto: cts - simplify error handling in crypto_cts_create()Eric Biggers1-19/+8
2020-03-06crypto: ctr - simplify error handling in crypto_rfc3686_create()Eric Biggers1-20/+9
2020-03-06crypto: cryptd - simplify error handling in cryptd_create_*()Eric Biggers1-26/+11
2020-03-06crypto: ccm - simplify error handling in crypto_rfc4309_create()Eric Biggers1-20/+9
2020-03-06crypto: authencesn - fix weird comma-terminated lineEric Biggers1-1/+1
2020-02-28crypto: md5 - remove unused macrosYueHaibing1-3/+0
2020-02-20Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-1/+1
2020-02-18crypto: rename sm3-256 to sm3 in hash_algo_nameTianjia Zhang1-1/+1
2020-02-15Merge tag 's390-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+36
2020-02-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+0
2020-02-13crypto/testmgr: enable selftests for paes-s390 ciphersHarald Freudenberger1-0/+36
2020-02-13crypto: tcrypt - fix printed skcipher [a]sync modeHoria Geantă1-2/+2
2020-02-13crypto: proc - simplify the c_show functionTianjia Zhang1-1/+1
2020-02-13crypto: rng - Fix a refcounting bug in crypto_rng_reset()Dan Carpenter1-2/+6
2020-02-05crypto: Kconfig - allow tests to be disabled when manager is disabledJason A. Donenfeld1-4/+0
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds64-1370/+1267
2020-01-16crypto: essiv - fix AEAD capitalization and preposition use in help textGeert Uytterhoeven1-2/+2
2020-01-16crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld3-4/+27
2020-01-09crypto: algapi - enforce that all instances have a ->free() methodEric Biggers5-0/+14