1. 1471f09 Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data" by Herbert Xu · 9 years ago
  2. 905b42e crypto: drbg - panic on continuous self test error by Stephan Mueller · 10 years ago
  3. 421d82f crypto: drbg - use memzero_explicit() for clearing sensitive data by Nickolaus Woodruff · 10 years ago
  4. 0653a7c crypto: drbg - use MODULE_ALIAS_CRYPTO by Stephan Mueller · 10 years ago
  5. 62b62b6 crypto: drbg - add MODULE_ALIAS for all DRBG types by Stephan Mueller · 10 years ago
  6. 41a8498 crypto: drbg - use crypto_inc by Stephan Mueller · 10 years ago
  7. ea2d9fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  8. 78f543a crypto: drbg - remove check for uninitialized DRBG handle by Stephan Mueller · 10 years ago
  9. 7c8ae03 crypto: drbg - fix sparse warning for cpu_to_be[32|64] by Stephan Mueller · 10 years ago
  10. 84693d8 crypto: drbg - remove unnecessary sanity check for shadow state by Stephan Mueller · 10 years ago
  11. 05c81cc crypto: drbg - remove configuration of fixed values by Stephan Mueller · 10 years ago
  12. bc034ef crypto: drbg - remove unnecessary sanity checks by Stephan Mueller · 10 years ago
  13. e6c0244 crypto: drbg - use kmalloc instead of kzalloc for V and C by Stephan Mueller · 10 years ago
  14. f072f0e crypto: drbg - remove superflowous memset(0) by Stephan Mueller · 10 years ago
  15. 45943a5 crypto: drbg - remove superflowous checks by Stephan Mueller · 10 years ago
  16. 46f64f6 crypto: drbg - kzfree does not need a check for NULL pointer by Stephan Mueller · 10 years ago
  17. 72f3e00 crypto: drbg - replace int2byte with cpu_to_be by Stephan Mueller · 10 years ago
  18. ce5481d crypto: drbg - fix failure of generating multiple of 2**16 bytes by Stephan Mueller · 10 years ago
  19. 96956ae crypto: drbg - drbg_exit() can be static by Fengguang Wu · 10 years ago
  20. 5b635e2 crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits by Stephan Mueller · 10 years ago
  21. 27e4de2 crypto: drbg - Mix a time stamp into DRBG state by Stephan Mueller · 10 years ago
  22. 4f15071 crypto: drbg - Select correct DRBG core for stdrng by Stephan Mueller · 10 years ago
  23. 72e7c25 crypto: drbg - Call CTR DRBG DF function only once by Stephan Mueller · 10 years ago
  24. a908957 crypto: drbg - Fix format string for debugging statements by Stephan Mueller · 10 years ago
  25. e25e47e crypto: drbg - cleanup of preprocessor macros by Stephan Mueller · 10 years ago
  26. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  27. 8c98716 crypto: drbg - use of kernel linked list by Stephan Mueller · 10 years ago
  28. 8fecaad crypto: drbg - fix memory corruption for AES192 by Stephan Mueller · 10 years ago
  29. c0eedf8 crypto: drbg - simplify ordering of linked list in drbg_ctr_df by Stephan Mueller · 10 years ago
  30. 541af94 crypto: drbg - SP800-90A Deterministic Random Bit Generator by Stephan Mueller · 10 years ago