aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban2010-11-131-0/+24
* crypto: testmgr - Fix test disabling optionHerbert Xu2010-08-061-2/+2
* crypto: testmgr - add an option to disable cryptoalgos' self-testsAlexander Shishkin2010-06-031-0/+14
* crypto: testmgr - Add testing for async hashing and update/finalDavid S. Miller2010-05-191-18/+48
* crypto: testmgr - Fix complain about lack test for internal used algorithmYouquan, Song2009-12-231-0/+84
* crypto: testmgr - Add ghash algorithm test before provide to usersYouquan, Song2009-11-231-0/+9
* crypto: testmgr - Fix warningFelipe Contreras2009-10-271-1/+1
* crypto: vmac - New hash algorithm for intel_txt supportShane Wang2009-09-021-0/+9
* crypto: testmgr - Allow implementation-specific testsHerbert Xu2009-07-021-4/+13
* crypto: testmgr - Remove hash size checkHerbert Xu2009-06-241-4/+0
* crypto: testmgr - Allow hash test vectors longer than a pageHerbert Xu2009-06-021-3/+8
* crypto: testmgr - Check all test vector lengthsHerbert Xu2009-06-021-0/+25
* crypto: compress - Return produced bytes in crypto_{,de}compress_{update,final}Geert Uytterhoeven2009-06-021-47/+70
* crypto: testmgr - Skip algs not flagged fips_allowed in fips modeJarod Wilson2009-06-021-0/+8
* crypto: testmgr - Mark algs allowed in fips modeJarod Wilson2009-06-021-0/+23
* crypto: testmgr - Add ctr(aes) test vectorsJarod Wilson2009-06-021-4/+19
* crypto: testmgr - Dynamically allocate xbuf and axbufHerbert Xu2009-06-021-48/+60
* crypto: testmgr - Print self-test pass notices in fips modeJarod Wilson2009-06-021-0/+4
* crypto: testmgr - Catch base cipher self-test failures in fips modeJarod Wilson2009-06-021-1/+3
* crypto: testmgr - Add ansi_cprng test vectorsJarod Wilson2009-06-021-0/+9
* crypto: testmgr - Add infrastructure for ansi_cprng self-testsJarod Wilson2009-06-021-0/+89
* crypto: testmgr - Add self-tests for rfc4309(ccm(aes))Jarod Wilson2009-06-021-0/+15
* crypto: testmgr - Handle AEAD test vectors expected to fail verificationJarod Wilson2009-06-021-0/+28
* crypto: testmgr - Kill test_comp() sparse warningsGeert Uytterhoeven2009-06-021-2/+4
* crypto: testmgr - add zlib testGeert Uytterhoeven2009-03-041-0/+15
* crypto: testmgr - Add support for the pcomp interfaceGeert Uytterhoeven2009-03-041-0/+183
* crypto: testmgr - Validate output length in (de)compression testsGeert Uytterhoeven2008-12-251-0/+16
* crypto: testmgr - Fix error flow of test_compIngo Molnar2008-12-251-1/+1
* crypto: crc32c - Test descriptor context formatHerbert Xu2008-12-251-1/+50
* crypto: testmgr - Trigger a panic when self test fails in FIPS modeNeil Horman2008-12-251-1/+6
* crypto: cryptomgr - Test ciphers using ECBHerbert Xu2008-08-291-46/+168
* crypto: cryptomgr - Add test infrastructureHerbert Xu2008-08-291-0/+1746