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