summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2019-03-23Merge 4.14.108 into android-4.14Greg Kroah-Hartman
2019-03-23crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2019-03-23crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers
2019-03-23crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() failsEric Biggers
2019-03-23crypto: ahash - fix another early termination in hash walkEric Biggers
2019-02-23Merge 4.14.103 into android-4.14Greg Kroah-Hartman
2019-02-23net: crypto set sk to NULL when af_alg_release.Mao Wenan
2019-02-12Merge 4.14.99 into android-4.14Greg Kroah-Hartman
2019-02-12crypto: aes_ti - disable interrupts while accessing S-boxEric Biggers
2019-01-23Merge 4.14.95 into android-4.14Greg Kroah-Hartman
2019-01-23crypto: authenc - fix parsing key with misaligned rta_lenEric Biggers
2019-01-23crypto: authencesn - Avoid twice completion call in decrypt pathHarsh Jain
2019-01-18UPSTREAM: crypto: adiantum - initialize crypto_spawn::instEric Biggers
2019-01-18UPSTREAM: crypto: adiantum - fix leaking reference to hash algorithmEric Biggers
2019-01-18UPSTREAM: crypto: adiantum - adjust some comments to match latest paperEric Biggers
2019-01-18UPSTREAM: crypto: adiantum - propagate CRYPTO_ALG_ASYNC flag to instanceEric Biggers
2018-12-05BACKPORT, FROMGIT: crypto: adiantum - add Adiantum supportEric Biggers
2018-12-05BACKPORT, FROMGIT: crypto: nhpoly1305 - add NHPoly1305 supportEric Biggers
2018-12-05FROMGIT: crypto: poly1305 - add Poly1305 core APIEric Biggers
2018-12-05FROMGIT: crypto: poly1305 - use structures for key and accumulatorEric Biggers
2018-12-05BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 supportEric Biggers
2018-12-05BACKPORT, FROMGIT: crypto: chacha20-generic - refactor to allow varying numbe...Eric Biggers
2018-12-05BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 supportEric Biggers
2018-12-05FROMGIT: crypto: chacha20-generic - don't unnecessarily use atomic walkEric Biggers
2018-12-05FROMGIT: crypto: arm/aes - add some hardening against cache-timing attacksEric Biggers
2018-12-05UPSTREAM: crypto: poly1305 - use unaligned access macros to output digestEric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Remove cra_alignmaskEric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Use unaligned access macros when loading key and IVEric Biggers
2018-12-05UPSTREAM: crypto: chacha20 - Fix unaligned access when loading constantsEric Biggers
2018-12-01Merge 4.14.85 into android-4.14Greg Kroah-Hartman
2018-12-01crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel
2018-11-21Merge 4.14.82 into android-4.14Greg Kroah-Hartman
2018-11-21crypto: user - fix leaking uninitialized memory to userspaceEric Biggers
2018-11-14Merge 4.14.81 into android-4.14Greg Kroah-Hartman
2018-11-13crypto: tcrypt - fix ghash-generic speed testHoria Geantă
2018-11-13crypto: lrw - Fix out-of bounds access on counter overflowOndrej Mosnacek
2018-10-22Revert "FROMGIT: crypto: speck - add support for the Speck block cipher"Alistair Strachan
2018-10-22Revert "FROMGIT: crypto: speck - export common helpers"Alistair Strachan
2018-10-22Revert "FROMGIT: crypto: speck - add test vectors for Speck128-XTS"Alistair Strachan
2018-10-22Revert "FROMGIT: crypto: speck - add test vectors for Speck64-XTS"Alistair Strachan
2018-10-04Merge 4.14.74 into android-4.14Greg Kroah-Hartman
2018-10-03crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne
2018-09-26Merge 4.14.72 into android-4.14Greg Kroah-Hartman
2018-09-26evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett
2018-09-20Merge 4.14.71 into android-4.14Greg Kroah-Hartman
2018-09-19crypto: aes-generic - fix aes-generic regression on powerpcArnd Bergmann
2018-09-10Merge 4.14.69 into android-4.14Greg Kroah-Hartman
2018-09-09Replace magic for trusting the secondary keyring with #defineYannik Sembritzki