summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - don't print info about missing test for gcm-aes-aesniTadeusz Struk2015-06-251-0/+4
* crypto: testmgr - add tests vectors for RSATadeusz Struk2015-06-171-0/+158
* Revert "crypto: testmgr - Disable rfc4543 test"Herbert Xu2015-06-171-1/+1
* crypto: testmgr - Disable rfc4543 testHerbert Xu2015-06-171-1/+1
* crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vectorMartin Willi2015-06-041-0/+15
* crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539Martin Willi2015-06-041-0/+15
* crypto: testmgr - Add Poly1305 test vectors from RFC7539Martin Willi2015-06-041-0/+9
* crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2015-06-041-0/+15
* crypto: testmgr - Switch to new AEAD interfaceHerbert Xu2015-05-281-39/+48
* crypto: jitterentropy - add jitterentropy RNGStephan Mueller2015-05-271-0/+4
* crypto: testmgr - add test cases for CRC32Ard Biesheuvel2015-05-111-0/+9
* crypto: testmgr - Include crypto/aead.hHerbert Xu2015-04-231-0/+1
* crypto: testmgr - Include linux/fips.h for fips_enabledHerbert Xu2015-04-231-0/+1
* crypto: testmgr - use CRYPTO_ALG_INTERNALStephan Mueller2015-03-311-7/+7
* crypto: testmgr - fix RNG return code enforcementStephan Mueller2015-03-131-5/+5
* crypto: testmgr - limit IV copy length in aead testsCristian Stoica2015-02-041-3/+4
* crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowedJarod Wilson2015-01-261-0/+1
* crypto: testmgr - don't use interruptible wait in testsRabin Vincent2015-01-131-28/+22
* crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.cMasanari Iida2014-10-241-2/+1
* crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.cJan-Simon Möller2014-10-141-8/+6
* crypto: testmgr - add test for lz4 and lz4hcKOVACS Krisztian2014-08-291-0/+32
* crypto: testmgr - remove unused function argumentCristian Stoica2014-08-251-11/+5
* crypto: testmgr - delay execution of set-up codeCristian Stoica2014-08-251-8/+6
* crypto: testmgr - white space removal on __test_skcipherCristian Stoica2014-08-251-149/+138
* crypto: testmgr - white space removal on __test_hashCristian Stoica2014-08-251-63/+60
* crypto: testmgr - white space fix-ups on test_aeadCristian Stoica2014-08-251-256/+242
* crypto: testmgr - add missing spaces to drbg error stringsJarod Wilson2014-08-011-3/+3
* crypto: testmgr - avoid DMA mapping from text, rodata, stackHoria Geanta2014-07-231-8/+49
* crypto: drbg - Add DRBG test code to testmgrStephan Mueller2014-06-201-0/+247
* crypto: testmgr - add aead cbc des, des3_ede testsNitesh Lal2014-05-221-12/+162
* crypto: testmgr - Fix DMA-API warningTadeusz Struk2014-05-221-2/+5
* crypto: testmgr - add aead null encryption test vectorsHoria Geanta2014-03-211-0/+32
* crypto: testmgr - fix sglen in test_aead for case 'dst != src'Horia Geanta2013-11-281-14/+12
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-6/+6
* Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Herbert Xu2013-09-071-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2013-09-071-10/+0
|\
| * Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Herbert Xu2013-07-241-10/+0
* | crypto: testmgr - remove double execution of the same test suiteCristian Stoica2013-08-011-1/+1
|/
* crypto: testmgr - test hash implementations with unaligned buffersJussi Kivilinna2013-06-211-2/+39
* crypto: testmgr - test AEADs with unaligned buffersJussi Kivilinna2013-06-211-6/+31
* crypto: testmgr - test skciphers with unaligned buffersJussi Kivilinna2013-06-211-4/+29
* crypto: testmgr - check that entries in alg_test_descs are in correct orderJussi Kivilinna2013-06-211-0/+31
* Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish...Jussi Kivilinna2013-06-211-12/+0
* Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher"Jussi Kivilinna2013-06-211-12/+0
* crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hashTim Chen2013-05-241-0/+10
* crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camelli...Jussi Kivilinna2013-04-251-0/+12
* crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipherJussi Kivilinna2013-04-251-0/+15
* crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipherJussi Kivilinna2013-04-251-0/+12
* crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipherJussi Kivilinna2013-04-251-0/+12
* crypto: add CMAC support to CryptoAPIJussi Kivilinna2013-04-251-0/+18
OpenPOWER on IntegriCloud