summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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
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-13BACKPORT, FROMGIT: crypto: chacha - add XChaCha12 supportEric Biggers6-6/+646
2018-12-13BACKPORT, FROMGIT: crypto: chacha20-generic - add XChaCha20 supportEric Biggers5-49/+720
2018-10-22Revert "BACKPORT, FROMGIT: crypto: speck - add support for the Speck block ci...Alistair Strachan5-472/+0
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-08-23BACKPORT: crypto: zstd - Add zstd supportNick Terrell5-0/+309
2018-02-22BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck64-XTSEric Biggers2-0/+686
2018-02-22BACKPORT, FROMGIT: crypto: speck - add test vectors for Speck128-XTSEric Biggers2-0/+702
2018-02-22BACKPORT, FROMGIT: crypto: speck - add support for the Speck block cipherEric Biggers5-0/+472
2017-03-12crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott1-1/+1
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2-0/+13
2016-07-05crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto1-1/+199
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi3-0/+444
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto11-0/+1538
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto8-0/+700
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi3-1/+217
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim9-1058/+0
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller2-0/+56
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON2-1/+12
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk15-164/+407
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2-39/+109
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi1-1/+333
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2-90/+133
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2-219/+1413
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2-285/+319
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin1-0/+6
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk3-0/+346
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi3-116/+134
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu1-3/+846
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu1-6/+9
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin1-0/+18
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2-0/+194
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2-0/+284
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2-0/+268
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2-0/+192
2015-05-25crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.Harald Freudenberger1-1/+58
2015-05-11crypto: testmgr - add test cases for CRC32Ard Biesheuvel2-0/+443
2015-05-01crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells1-3/+3
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells3-7/+7
2014-08-29crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian2-0/+98
2014-08-01crypto: testmgr - use chunks smaller than algo block size in chunk testsArd Biesheuvel1-132/+132
2014-07-23crypto: testmgr - avoid DMA mapping from text, rodata, stackHoria Geanta2-9/+50
2014-06-20crypto: testmgr - add 4 more test vectors for GHASHArd Biesheuvel1-4/+45
2014-06-20crypto: drbg - DRBG testmgr test vectorsStephan Mueller1-0/+843
2014-05-22crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal3-23/+848
2014-04-16crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna1-7/+721
[next]