- b7e2753 crypto: sm3 - add SM3 test vectors by Gilad Ben-Yossef · 7 years ago
- 549f641 crypto: testmgr - add chunked test cases for chacha20 by Ard Biesheuvel · 7 years ago
- 1207107 crypto: testmgr - add testvector for pkcs1pad(rsa) by Stephan Mueller · 7 years ago
- 47d3fd3 crypto: testmgr - add genkey kpp test by Tudor-Dan Ambarus · 7 years ago
- a368f43 crypto: scomp - add support for deflate rfc1950 (zlib) by Giovanni Cabiddu · 8 years ago
- b13b1e0 crypto: testmgr - constify all test vectors by Eric Biggers · 8 years ago
- 33a8b3e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
- 1c68bb0 crypto: testmgr - Pad aes_ccm_enc_tv_template vector by Laura Abbott · 8 years ago
- 73a15ac crypto: change LZ4 modules to work with new LZ4 module version by Sven Schmidt · 8 years ago
- 092acf0 crypto: testmgr - add test cases for cbcmac(aes) by Ard Biesheuvel · 8 years ago
- 21c8e72 crypto: testmgr - use calculated count for number of test vectors by Ard Biesheuvel · 8 years ago
- d31de18 crypto: testmgr - add/enhance test cases for CRC-T10DIF by Ard Biesheuvel · 8 years ago
- 10faa8c crypto: FIPS - allow tests to be disabled in FIPS mode by Stephan Mueller · 8 years ago
- c8afbc8 crypto: testmgr - Add 4K private key to RSA testvector by Salvatore Benedetto · 8 years ago
- 98eca72 crypto: sha3 - Add HMAC-SHA3 test modes and test vectors by raveendra padasalagi · 8 years ago
- 3c4b239 crypto: ecdh - Add ECDH software support by Salvatore Benedetto · 8 years ago
- 802c7f1 crypto: dh - Add DH software implementation by Salvatore Benedetto · 8 years ago
- 79cc6ab crypto: sha3 - Add SHA-3 Test's in tcrypt by raveendra padasalagi · 8 years ago
- 1104921 crypto: compress - remove unused pcomp interface by Joonsoo Kim · 9 years ago
- 3535198 crypto: keywrap - add testmgr support by Stephan Mueller · 9 years ago
- 8a826a3 crypto: testmgr - test IV value after a cipher operation by Boris BREZILLON · 9 years ago
- 22287b0 crypto: akcipher - Changes to asymmetric key API by Tadeusz Struk · 9 years ago
- 7079ce6 crypto: testmgr - Disable authenc test and convert test vectors by Herbert Xu · 9 years ago
- 6692cbc crypto: testmgr - Add a longer ChaCha20 test vector by Martin Willi · 9 years ago
- 7479092 crypto: chacha20poly1305 - Convert to new AEAD interface by Herbert Xu · 9 years ago
- 0bc5a6c crypto: testmgr - Disable rfc4309 test and convert test vectors by Herbert Xu · 9 years ago
- 8537544 crypto: testmgr - Disable rfc4106 test and convert test vectors by Herbert Xu · 9 years ago
- 0d8dc96 crypto: testmgr - add a chunking test for cbc(aes) by LABBE Corentin · 9 years ago
- 946cc46 crypto: testmgr - add tests vectors for RSA by Tadeusz Struk · 9 years ago
- c2b7b20a crypto: poly1305 - Pass key as first two message blocks to each desc_ctx by Martin Willi · 9 years ago
- 8f69b76 crypto: testmgr - Add mcgrew test vectors for rfc4106 by Herbert Xu · 9 years ago
- 0af8fbc crypto: testmgr - Update rfc4543 test vectors by Herbert Xu · 9 years ago
- a7eed15 crypto: testmgr - Document struct cipher_testvec by LABBE Corentin · 9 years ago
- 5900758 crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector by Martin Willi · 9 years ago
- af2b76b crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
- eee9dc6 crypto: testmgr - Add Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
- 3590ebf crypto: testmgr - Add ChaCha20 test vectors from RFC7539 by Martin Willi · 9 years ago
- 445a8e0 crypto: testmgr - Added one larger ghash testvector (400 bytes) to the testmgr. by Harald Freudenberger · 9 years ago
- ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 10 years ago
- 09e2178 crypto: testmgr - Wrap the LHS in expressions of the form !x == y by David Howells · 10 years ago
- f94a359 crypto: pcomp - Constify (de)compression parameters by David Howells · 10 years ago
- 1443cc9 crypto: testmgr - add test for lz4 and lz4hc by KOVACS Krisztian · 10 years ago
- 3b9b8fe crypto: testmgr - use chunks smaller than algo block size in chunk tests by Ard Biesheuvel · 10 years ago
- 29b77e5 crypto: testmgr - avoid DMA mapping from text, rodata, stack by Horia Geanta · 10 years ago
- 6c9e3dc crypto: testmgr - add 4 more test vectors for GHASH by Ard Biesheuvel · 10 years ago
- 3332ee2 crypto: drbg - DRBG testmgr test vectors by Stephan Mueller · 10 years ago
- 5208ed2 crypto: testmgr - add aead cbc des, des3_ede tests by Nitesh Lal · 10 years ago
- 950e4e1 crypto: testmgr - add empty and large test vectors for SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512 by Jussi Kivilinna · 11 years ago
- 4585988 crypto: testmgr - add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM by Ard Biesheuvel · 11 years ago
- bca4feb crypto: testmgr - add aead null encryption test vectors by Horia Geanta · 11 years ago
- 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
- e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
- 3976121 crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash by Tim Chen · 12 years ago
- 797994f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 12 years ago
- 23a836e crypto: testmgr - extend camellia test-vectors for camellia-aesni/avx2 by Jussi Kivilinna · 12 years ago
- 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 12 years ago
- e9b7441 crypto: testmgr - add AES GMAC test vectors by Jussi Kivilinna · 12 years ago
- 0ec7382 crypto: testmgr - update LZO compression test vectors by Markus F.X.J. Oberhumer · 12 years ago
- f0ef105 crypto: testmgr - remove superfluous initializers for xts(aes) by Mathias Krause · 12 years ago
- 6726ec4 crypto: testmgr - add larger crc32c test vector to test FPU path in crc32c_intel by Jussi Kivilinna · 12 years ago
- e080b17 crypto: testmgr - add new larger DES3_EDE testvectors by Jussi Kivilinna · 12 years ago
- 8163fc3 crypto: testmgr - add new larger DES testvectors by Jussi Kivilinna · 12 years ago
- c3b9e8f crypto: testmgr - add new larger AES testvectors by Jussi Kivilinna · 12 years ago
- 9f28e97 crypto: testmgr - expand serpent test vectors by Jussi Kivilinna · 12 years ago
- 963ae39 crypto: testmgr - expand blowfish test vectors by Jussi Kivilinna · 12 years ago
- be6314b crypto: testmgr - expand camellia test vectors by Jussi Kivilinna · 12 years ago
- ba1ee07 crypto: vmac - Make VMAC work when blocks aren't aligned by Salman Qazi · 12 years ago
- 549595a crypto: testmgr - add test vectors for CTR mode IV increasement by Jussi Kivilinna · 12 years ago
- 9cac3a2 crypto: testmgr - add test vectors for partial ctr(cast5) and ctr(cast6) by Jussi Kivilinna · 12 years ago
- f44d83d crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template by Jussi Kivilinna · 12 years ago
- 9b8b040 crypto: testmgr - add larger cast6 testvectors by Johannes Goetzfried · 12 years ago
- a2c5826 crypto: testmgr - add larger cast5 testvectors by Johannes Goetzfried · 12 years ago
- e46e9a4 crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors by Horia Geanta · 12 years ago
- 4da7de4 crypto: testmgr - expand twofish test vectors by Johannes Goetzfried · 12 years ago
- a482b08 crypto: testmgr - Add new test cases for Blackfin CRC crypto driver by Sonic Zhang · 12 years ago
- 0840605 crypto: testmgr - add more camellia test vectors by Jussi Kivilinna · 13 years ago
- aed265b crypto: testmgr - add xts(twofish) test vectors by Jussi Kivilinna · 13 years ago
- 18be20b9 crypto: testmgr - add xts(serpent) test vectors by Jussi Kivilinna · 13 years ago
- 0b2a155 crypto: testmgr - add lrw(twofish) test vectors by Jussi Kivilinna · 13 years ago
- d7bfc0f crypto: testmgr - add lrw(serpent) test vectors by Jussi Kivilinna · 13 years ago
- 9d25917 crypto: testmgr - add new serpent test vectors by Jussi Kivilinna · 13 years ago
- 573da62 crypto: testmgr - add twofish tests by Jussi Kivilinna · 13 years ago
- 85b63e3 crypto: testmgr - add blowfish test-vectors by Jussi Kivilinna · 13 years ago
- 5165e5b crypto: testmgr - add xts-aes-256 self-test by Jarod Wilson · 13 years ago
- ba0e14a crypto: testmgr - add support for aes ofb mode by Puneet Saxena · 14 years ago
- bd1f299 crypto: sha1 - Add test vector to test partial block processing by Herbert Xu · 14 years ago
- 69435b9 crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors by Adrian Hoban · 14 years ago
- 304a204 crypto: vmac - Fix big-endian support by Shane Wang · 15 years ago
- 507069c crypto: testmgr - Add ghash algorithm test before provide to users by Youquan, Song · 15 years ago
- f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago
- f7cb80f crypto: testmgr - Add ctr(aes) test vectors by Jarod Wilson · 16 years ago
- e08ca2d crypto: testmgr - Add ansi_cprng test vectors by Jarod Wilson · 16 years ago
- 7647d6c crypto: testmgr - Add infrastructure for ansi_cprng self-tests by Jarod Wilson · 16 years ago
- 5d66732 crypto: testmgr - Add self-tests for rfc4309(ccm(aes)) by Jarod Wilson · 16 years ago
- e44a1b4 crypto: testmgr - Handle AEAD test vectors expected to fail verification by Jarod Wilson · 16 years ago
- 0c01aed crypto: testmgr - add zlib test by Geert Uytterhoeven · 16 years ago
- 8064efb crypto: testmgr - Add support for the pcomp interface by Geert Uytterhoeven · 16 years ago
- bcf84a3 crypto: testmgr - Correct comment about deflate parameters by Geert Uytterhoeven · 16 years ago
- da7f033 crypto: cryptomgr - Add test infrastructure by Herbert Xu · 16 years ago