summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-21Merge 4.9.178 into android-4.9Greg Kroah-Hartman47-181/+377
2019-05-21crypto: salsa20 - don't access already-freed walk.ivEric Biggers1-1/+1
2019-05-21crypto: gcm - fix incompatibility between "gcm" and "gcm_base"Eric Biggers1-23/+11
2019-05-21crypto: gcm - Fix error return code in crypto_gcm_create_common()Wei Yongjun1-1/+1
2019-05-21crypto: crct10dif-generic - fix use via crypto_shash_digest()Eric Biggers1-7/+4
2019-05-21crypto: chacha20poly1305 - set cra_name correctlyEric Biggers1-2/+2
2019-04-30Merge 4.9.171 into android-4.9Greg Kroah-Hartman51-269/+471
2019-04-27crypto: x86/poly1305 - fix overflow during partial reductionEric Biggers3-13/+67
2019-03-23Merge 4.9.165 into android-4.9Greg Kroah-Hartman122-432/+918
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers1-10/+4
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers2-14/+32
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-01-23Merge 4.9.152 into android-4.9Greg Kroah-Hartman44-170/+367
2019-01-23crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers1-3/+11
2019-01-23crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain1-1/+1
2019-01-18UPSTREAM: crypto: adiantum - initialize crypto_spawn::instEric Biggers1-0/+4
2019-01-18UPSTREAM: crypto: adiantum - fix leaking reference to hash algorithmEric Biggers1-4/+5
2019-01-18UPSTREAM: crypto: adiantum - adjust some comments to match latest paperEric Biggers2-20/+23
2019-01-18UPSTREAM: crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers1-0/+2
2018-12-13BACKPORT, FROMGIT: crypto: adiantum - add Adiantum supportEric Biggers6-0/+1657
2018-12-13BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers6-4/+1578
2018-12-13FROMGIT: crypto: poly1305 - add Poly1305 core APIEric Biggers2-75/+115
2018-12-13FROMGIT: crypto: poly1305 - use structures for key and accumulatorEric Biggers3-37/+47
2018-12-13BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 supportEric Biggers6-6/+646
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers10-191/+212
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 supportEric Biggers5-49/+720
2018-12-13FROMGIT: crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers3-14/+66
2018-12-13UPSTREAM: crypto: poly1305 - use unaligned access macros to output digestEric Biggers1-5/+4
2018-12-13UPSTREAM: crypto: poly1305 - Use unaligned access where requiredJason A. Donenfeld1-19/+15
2018-12-13BACKPORT: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers4-20/+20
2018-12-13BACKPORT: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers4-17/+18
2018-12-13UPSTREAM: crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers1-10/+6
2018-12-13UPSTREAM: crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers1-6/+4
2018-12-13UPSTREAM: crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel1-1/+1
2018-12-13UPSTREAM: crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel1-1/+1
2018-11-23Merge 4.9.137 into android-4.9Greg Kroah-Hartman145-359/+1102
2018-11-23Merge 4.9.136 into android-4.9Greg Kroah-Hartman189-671/+1167
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă1-0/+3
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek1-1/+6
2018-11-10crypto: shash - Fix a sleep-in-atomic bug in shash_setkey_unalignedJia-Ju Bai1-1/+1
2018-10-22Revert "BACKPORT, FROMGIT: crypto: speck - add support for the Speck block ci...Alistair Strachan5-472/+0
2018-10-22Revert "FROMGIT: crypto: speck - export common helpers"Alistair Strachan2-111/+41
2018-10-22Revert "BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck128-XTS"Alistair Strachan2-702/+0
2018-10-22Revert "BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck64-XTS"Alistair Strachan2-686/+0
2018-10-04Merge 4.9.131 into android-4.9Greg Kroah-Hartman99-237/+669
2018-10-04crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2-0/+3
2018-09-26Merge 4.9.129 into android-4.9Greg Kroah-Hartman110-325/+607
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett3-2/+8
2018-09-10Merge 4.9.126 into android-4.9Greg Kroah-Hartman68-339/+665
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki3-2/+9
[next]