summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.h
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-08-221-0/+7
* crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller2017-06-201-0/+96
* crypto: testmgr - add genkey kpp testTudor-Dan Ambarus2017-06-101-0/+47
* crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu2017-04-241-0/+75
* crypto: testmgr - constify all test vectorsEric Biggers2017-03-091-256/+256
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-03-041-1/+1
|\
| * crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott2017-03-011-1/+1
* | crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt2017-02-241-40/+102
|/
* crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel2017-02-111-0/+60
* crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel2017-01-131-270/+2
* crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel2016-12-071-28/+42
* crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller2016-08-311-0/+4
* crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto2016-07-051-1/+199
* crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi2016-07-011-0/+388
* crypto: ecdh - Add ECDH software supportSalvatore Benedetto2016-06-231-0/+93
* crypto: dh - Add DH software implementationSalvatore Benedetto2016-06-231-0/+230
* crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi2016-06-201-0/+125
* crypto: compress - remove unused pcomp interfaceJoonsoo Kim2016-01-271-144/+0
* crypto: keywrap - add testmgr supportStephan Mueller2015-10-151-0/+40
* crypto: testmgr - test IV value after a cipher operationBoris BREZILLON2015-10-151-0/+1
* crypto: akcipher - Changes to asymmetric key APITadeusz Struk2015-10-141-9/+27
* crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu2015-08-041-26/+96
* crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2015-07-171-1/+333
* crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu2015-07-171-4/+6
* crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu2015-07-171-218/+1412
* crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu2015-07-141-284/+318
* crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin2015-07-071-0/+6
* crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-171-0/+187
* crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi2015-06-171-55/+44
* crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu2015-06-171-3/+846
* crypto: testmgr - Update rfc4543 test vectorsHerbert Xu2015-06-171-6/+9
* crypto: testmgr - Document struct cipher_testvecLABBE Corentin2015-06-091-0/+18
* crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2015-06-041-0/+179
* crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2015-06-041-0/+269
* crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2015-06-041-0/+259
* crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2015-06-041-0/+177
* crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.Harald Freudenberger2015-05-251-1/+58
* crypto: testmgr - add test cases for CRC32Ard Biesheuvel2015-05-111-0/+434
* crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells2015-05-011-3/+3
* crypto: pcomp - Constify (de)compression parametersDavid Howells2015-05-011-1/+1
* crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian2014-08-291-0/+66
* crypto: testmgr - use chunks smaller than algo block size in chunk testsArd Biesheuvel2014-08-011-132/+132
* crypto: testmgr - avoid DMA mapping from text, rodata, stackHoria Geanta2014-07-231-1/+1
* crypto: testmgr - add 4 more test vectors for GHASHArd Biesheuvel2014-06-211-4/+45
* crypto: drbg - DRBG testmgr test vectorsStephan Mueller2014-06-201-0/+843
* crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal2014-05-221-10/+656
* crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna2014-04-161-7/+721
* crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCMArd Biesheuvel2014-04-161-6/+47
* crypto: testmgr - add aead null encryption test vectorsHoria Geanta2014-03-211-0/+180
* Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-071-0/+33
OpenPOWER on IntegriCloud