summaryrefslogtreecommitdiff
path: root/crypto/testmgr.h
AgeCommit message (Expand)Author
2017-09-22crypto: sm3 - add SM3 test vectorsGilad Ben-Yossef
2017-08-22crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel
2017-06-20crypto: testmgr - add testvector for pkcs1pad(rsa)Stephan Mueller
2017-06-10crypto: testmgr - add genkey kpp testTudor-Dan Ambarus
2017-04-24crypto: scomp - add support for deflate rfc1950 (zlib)Giovanni Cabiddu
2017-03-09crypto: testmgr - constify all test vectorsEric Biggers
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-01crypto: testmgr - Pad aes_ccm_enc_tv_template vectorLaura Abbott
2017-02-24crypto: change LZ4 modules to work with new LZ4 module versionSven Schmidt
2017-02-11crypto: testmgr - add test cases for cbcmac(aes)Ard Biesheuvel
2017-01-13crypto: testmgr - use calculated count for number of test vectorsArd Biesheuvel
2016-12-07crypto: testmgr - add/enhance test cases for CRC-T10DIFArd Biesheuvel
2016-08-31crypto: FIPS - allow tests to be disabled in FIPS modeStephan Mueller
2016-07-05crypto: testmgr - Add 4K private key to RSA testvectorSalvatore Benedetto
2016-07-01crypto: sha3 - Add HMAC-SHA3 test modes and test vectorsraveendra padasalagi
2016-06-23crypto: ecdh - Add ECDH software supportSalvatore Benedetto
2016-06-23crypto: dh - Add DH software implementationSalvatore Benedetto
2016-06-20crypto: sha3 - Add SHA-3 Test's in tcryptraveendra padasalagi
2016-01-27crypto: compress - remove unused pcomp interfaceJoonsoo Kim
2015-10-15crypto: keywrap - add testmgr supportStephan Mueller
2015-10-15crypto: testmgr - test IV value after a cipher operationBoris BREZILLON
2015-10-14crypto: akcipher - Changes to asymmetric key APITadeusz Struk
2015-08-04crypto: testmgr - Disable authenc test and convert test vectorsHerbert Xu
2015-07-17crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi
2015-07-17crypto: chacha20poly1305 - Convert to new AEAD interfaceHerbert Xu
2015-07-17crypto: testmgr - Disable rfc4309 test and convert test vectorsHerbert Xu
2015-07-14crypto: testmgr - Disable rfc4106 test and convert test vectorsHerbert Xu
2015-07-07crypto: testmgr - add a chunking test for cbc(aes)LABBE Corentin
2015-06-17crypto: testmgr - add tests vectors for RSATadeusz Struk
2015-06-17crypto: poly1305 - Pass key as first two message blocks to each desc_ctxMartin Willi
2015-06-17crypto: testmgr - Add mcgrew test vectors for rfc4106Herbert Xu
2015-06-17crypto: testmgr - Update rfc4543 test vectorsHerbert Xu
2015-06-09crypto: testmgr - Document struct cipher_testvecLABBE Corentin
2015-06-04crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi
2015-06-04crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi
2015-06-04crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi
2015-06-04crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi
2015-05-25crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr.Harald Freudenberger
2015-05-11crypto: testmgr - add test cases for CRC32Ard Biesheuvel
2015-05-01crypto: testmgr - Wrap the LHS in expressions of the form !x == yDavid Howells
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells
2014-08-29crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian
2014-08-01crypto: testmgr - use chunks smaller than algo block size in chunk testsArd Biesheuvel
2014-07-23crypto: testmgr - avoid DMA mapping from text, rodata, stackHoria Geanta
2014-06-21crypto: testmgr - add 4 more test vectors for GHASHArd Biesheuvel
2014-06-20crypto: drbg - DRBG testmgr test vectorsStephan Mueller
2014-05-22crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal
2014-04-16crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-25...Jussi Kivilinna
2014-04-16crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCMArd Biesheuvel
2014-03-21crypto: testmgr - add aead null encryption test vectorsHoria Geanta