1. 84cba17 crypto: testmgr - don't copy from source IV too much by Andrey Ryabinin · 9 years ago
  2. 12773d9 crypto: testmgr - Use new skcipher interface by Herbert Xu · 9 years ago
  3. 8f18375 crypto: cmac - allow usage in FIPS mode by Stephan Mueller · 9 years ago
  4. a4198fd crypto: testmgr - Reenable authenc tests by Herbert Xu · 9 years ago
  5. 7079ce6 crypto: testmgr - Disable authenc test and convert test vectors by Herbert Xu · 9 years ago
  6. 544c436 crypto: testmgr - Reenable rfc4309 test by Herbert Xu · 9 years ago
  7. 0bc5a6c crypto: testmgr - Disable rfc4309 test and convert test vectors by Herbert Xu · 9 years ago
  8. 3f31a74 crypto: testmgr - Reenable rfc4106 test by Herbert Xu · 9 years ago
  9. 8537544 crypto: testmgr - Disable rfc4106 test and convert test vectors by Herbert Xu · 9 years ago
  10. 9d77b6c crypto: testmgr - don't print info about missing test for gcm-aes-aesni by Tadeusz Struk · 9 years ago
  11. 946cc46 crypto: testmgr - add tests vectors for RSA by Tadeusz Struk · 9 years ago
  12. bb68745 Revert "crypto: testmgr - Disable rfc4543 test" by Herbert Xu · 9 years ago
  13. 14f3406 crypto: testmgr - Disable rfc4543 test by Herbert Xu · 9 years ago
  14. 5900758 crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector by Martin Willi · 9 years ago
  15. af2b76b crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  16. eee9dc6 crypto: testmgr - Add Poly1305 test vectors from RFC7539 by Martin Willi · 9 years ago
  17. 3590ebf crypto: testmgr - Add ChaCha20 test vectors from RFC7539 by Martin Willi · 9 years ago
  18. 8a525fc crypto: testmgr - Switch to new AEAD interface by Herbert Xu · 9 years ago
  19. bb5530e crypto: jitterentropy - add jitterentropy RNG by Stephan Mueller · 9 years ago
  20. ebb3472 crypto: testmgr - add test cases for CRC32 by Ard Biesheuvel · 9 years ago
  21. 1ce3311 crypto: testmgr - Include crypto/aead.h by Herbert Xu · 9 years ago
  22. 1c41b88 crypto: testmgr - Include linux/fips.h for fips_enabled by Herbert Xu · 9 years ago
  23. 425a882 crypto: testmgr - use CRYPTO_ALG_INTERNAL by Stephan Mueller · 9 years ago
  24. 19e60e1 crypto: testmgr - fix RNG return code enforcement by Stephan Mueller · 9 years ago
  25. 424a5da crypto: testmgr - limit IV copy length in aead tests by Cristian Stoica · 9 years ago
  26. db71f29 crypto: testmgr - mark rfc4106(gcm(aes)) as fips_allowed by Jarod Wilson · 9 years ago
  27. 8a45ac1 crypto: testmgr - don't use interruptible wait in tests by Rabin Vincent · 9 years ago
  28. 3e8cffd crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c by Masanari Iida · 10 years ago
  29. 4c5c302 crypto: LLVMLinux: Remove VLAIS usage from crypto/testmgr.c by Jan-Simon Möller · 12 years ago
  30. 1443cc9 crypto: testmgr - add test for lz4 and lz4hc by KOVACS Krisztian · 10 years ago
  31. d4c85f9 crypto: testmgr - remove unused function argument by Cristian Stoica · 10 years ago
  32. bbb9a7d crypto: testmgr - delay execution of set-up code by Cristian Stoica · 10 years ago
  33. a1aa44a crypto: testmgr - white space removal on __test_skcipher by Cristian Stoica · 10 years ago
  34. 5f2b424 crypto: testmgr - white space removal on __test_hash by Cristian Stoica · 10 years ago
  35. 05b1d33 crypto: testmgr - white space fix-ups on test_aead by Cristian Stoica · 10 years ago
  36. 2fc0d25 crypto: testmgr - add missing spaces to drbg error strings by Jarod Wilson · 10 years ago
  37. 29b77e5 crypto: testmgr - avoid DMA mapping from text, rodata, stack by Horia Geanta · 10 years ago
  38. 64d1cdf crypto: drbg - Add DRBG test code to testmgr by Stephan Mueller · 10 years ago
  39. 5208ed2 crypto: testmgr - add aead cbc des, des3_ede tests by Nitesh Lal · 10 years ago
  40. 9bac019 crypto: testmgr - Fix DMA-API warning by Tadeusz Struk · 10 years ago
  41. bca4feb crypto: testmgr - add aead null encryption test vectors by Horia Geanta · 10 years ago
  42. 8ec25c5 crypto: testmgr - fix sglen in test_aead for case 'dst != src' by Horia Geanta · 11 years ago
  43. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  44. 68411521 Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  45. eeca9fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 11 years ago
  46. 032c8ca crypto: testmgr - remove double execution of the same test suite by Cristian Stoica · 11 years ago
  47. e70308e Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework" by Herbert Xu · 11 years ago
  48. da5ffe1 crypto: testmgr - test hash implementations with unaligned buffers by Jussi Kivilinna · 11 years ago
  49. 58dcf54 crypto: testmgr - test AEADs with unaligned buffers by Jussi Kivilinna · 11 years ago
  50. 3a338f2 crypto: testmgr - test skciphers with unaligned buffers by Jussi Kivilinna · 11 years ago
  51. 5714758 crypto: testmgr - check that entries in alg_test_descs are in correct order by Jussi Kivilinna · 11 years ago
  52. 99f42f9 Revert "crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher" by Jussi Kivilinna · 11 years ago
  53. 3d387ef Revert "crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher" by Jussi Kivilinna · 11 years ago
  54. 3976121 crypto: crct10dif - Simple correctness and speed test for CRCT10DIF hash by Tim Chen · 11 years ago
  55. f3f935a crypto: camellia - add AVX2/AES-NI/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 11 years ago
  56. 56d76c9 crypto: serpent - add AVX2/x86_64 assembler implementation of serpent cipher by Jussi Kivilinna · 11 years ago
  57. cf1521a crypto: twofish - add AVX2/x86_64 assembler implementation of twofish cipher by Jussi Kivilinna · 11 years ago
  58. 6048801 crypto: blowfish - add AVX2/x86_64 implementation of blowfish cipher by Jussi Kivilinna · 11 years ago
  59. 93b5e86 crypto: add CMAC support to CryptoAPI by Jussi Kivilinna · 11 years ago
  60. e448370 crypto: testmgr - add empty test vectors for null ciphers by Jussi Kivilinna · 11 years ago
  61. e9b7441 crypto: testmgr - add AES GMAC test vectors by Jussi Kivilinna · 11 years ago
  62. 66e5bd0 crypto: testmgr - add test vector for fcrypt by Jussi Kivilinna · 11 years ago
  63. 0818904 crypto: testmgr - allow compression algs in fips mode by Milan Broz · 12 years ago
  64. f56349b crypto: testmgr - clean alg_test_null entries in alg_test_descs[] by Jussi Kivilinna · 12 years ago
  65. 4e84c17 crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests by Jussi Kivilinna · 12 years ago
  66. d9b1d2e crypto: camellia - add AES-NI/AVX/x86_64 assembler implementation of camellia cipher by Jussi Kivilinna · 12 years ago
  67. e080b17 crypto: testmgr - add new larger DES3_EDE testvectors by Jussi Kivilinna · 12 years ago
  68. 8163fc3 crypto: testmgr - add new larger DES testvectors by Jussi Kivilinna · 12 years ago
  69. d8a32ac crypto: testmgr - make test_aead also test 'dst != src' code paths by Jussi Kivilinna · 12 years ago
  70. 08d6af8 crypto: testmgr - make test_skcipher also test 'dst != src' code paths by Jussi Kivilinna · 12 years ago
  71. f44d83d crypto: testmgr - allow non-multi page and multi page skcipher tests from same test template by Jussi Kivilinna · 12 years ago
  72. 4ea1277 crypto: cast6 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  73. 9b8b040 crypto: testmgr - add larger cast6 testvectors by Johannes Goetzfried · 12 years ago
  74. 4d6d6a2 crypto: cast5 - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  75. a2c5826 crypto: testmgr - add larger cast5 testvectors by Johannes Goetzfried · 12 years ago
  76. e46e9a4 crypto: testmgr - add aead cbc aes hmac sha1,256,512 test vectors by Horia Geanta · 12 years ago
  77. 6c79294 crypto: testmgr - allow aesni-intel and ghash_clmulni-intel in fips mode by Milan Broz · 12 years ago
  78. 7efe407 crypto: serpent - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  79. 107778b crypto: twofish - add x86_64/avx assembler implementation by Johannes Goetzfried · 12 years ago
  80. a482b08 crypto: testmgr - Add new test cases for Blackfin CRC crypto driver by Sonic Zhang · 12 years ago
  81. 0840605 crypto: testmgr - add more camellia test vectors by Jussi Kivilinna · 12 years ago
  82. 937c30d crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation by Jussi Kivilinna · 13 years ago
  83. aed265b crypto: testmgr - add xts(twofish) test vectors by Jussi Kivilinna · 13 years ago
  84. 18be20b crypto: testmgr - add xts(serpent) test vectors by Jussi Kivilinna · 13 years ago
  85. 0b2a155 crypto: testmgr - add lrw(twofish) test vectors by Jussi Kivilinna · 13 years ago
  86. d7bfc0f crypto: testmgr - add lrw(serpent) test vectors by Jussi Kivilinna · 13 years ago
  87. 9d25917 crypto: testmgr - add new serpent test vectors by Jussi Kivilinna · 13 years ago
  88. 573da62 crypto: testmgr - add twofish tests by Jussi Kivilinna · 13 years ago
  89. 85b63e3 crypto: testmgr - add blowfish test-vectors by Jussi Kivilinna · 13 years ago
  90. ba0e14a crypto: testmgr - add support for aes ofb mode by Puneet Saxena · 13 years ago
  91. 18c0ebd crypto: testmgr - mark ghash as fips_allowed by Jarod Wilson · 13 years ago
  92. 2918aa8 crypto: testmgr - mark xts(aes) as fips_allowed by Jarod Wilson · 13 years ago
  93. 69435b9 crypto: rfc4106 - Extending the RC4106 AES-GCM test vectors by Adrian Hoban · 14 years ago
  94. 326a634 crypto: testmgr - Fix test disabling option by Herbert Xu · 14 years ago
  95. 0b767f9 crypto: testmgr - add an option to disable cryptoalgos' self-tests by Alexander Shishkin · 14 years ago
  96. a8f1a05 crypto: testmgr - Add testing for async hashing and update/final by David S. Miller · 14 years ago
  97. 863b557 crypto: testmgr - Fix complain about lack test for internal used algorithm by Youquan, Song · 14 years ago
  98. 507069c crypto: testmgr - Add ghash algorithm test before provide to users by Youquan, Song · 15 years ago
  99. fa4ef8a crypto: testmgr - Fix warning by Felipe Contreras · 15 years ago
  100. f1939f7 crypto: vmac - New hash algorithm for intel_txt support by Shane Wang · 15 years ago