1. 1803bec crypto: drbg - Fixes panic in wait_for_completion call by Stephan Mueller · 7 years ago
  2. 2d02800 crypto: drbg - wait for crypto op not signal safe by Gilad Ben-Yossef · 7 years ago
  3. 5102981 crypto: drbg - prevent invalid SG mappings by Stephan Mueller · 7 years ago
  4. 1a45d7e crypto: drbg - fix error return code by Wei Yongjun · 8 years ago
  5. d89a671 crypto: drbg - do not call drbg_instantiate in healt test by Stephan Mueller · 8 years ago
  6. 01ac945 crypto: drbg - fix an error code in drbg_init_sym_kernel() by Dan Carpenter · 8 years ago
  7. 88f1d31 crypto: drbg - fix semicolon.cocci warnings by Wu Fengguang · 8 years ago
  8. 103eb3f crypto: drbg - avoid duplicate maintenance of key by Stephan Mueller · 8 years ago
  9. a07203f crypto: drbg - use full CTR AES for update by Stephan Mueller · 8 years ago
  10. 3cfc3b9 crypto: drbg - use aligned buffers by Stephan Mueller · 8 years ago
  11. 3559128 crypto: drbg - use CTR AES instead of ECB AES by Stephan Mueller · 8 years ago
  12. ed494d4 crypto: drbg - reduce number of setkey calls by Stephan Mueller · 8 years ago
  13. 4218ebe crypto: drbg - set HMAC key only when altered by Stephan Mueller · 8 years ago
  14. b361476 crypto: drbg - remove FIPS 140-2 continuous test by Stephan Mueller · 8 years ago
  15. e4bc02a crypto: drbg - constify drbg_state_ops structures by Julia Lawall · 8 years ago
  16. 593dfbd crypto: drbg - report backend_cra_name when allocation fails by Sergey Senozhatsky · 9 years ago
  17. 42ea507 crypto: drbg - reseed often if seedsource is degraded by Stephan Mueller · 9 years ago
  18. 57225e6 crypto: drbg - Use callback API for random readiness by Stephan Mueller · 9 years ago
  19. 51ee1422 crypto: drbg - Add stdrng alias and increase priority by Herbert Xu · 9 years ago
  20. b8ec5ba crypto: drbg - use Jitter RNG to obtain seed by Stephan Mueller · 9 years ago
  21. 4c78799 crypto: drbg - add async seeding operation by Stephan Mueller · 9 years ago
  22. 3d6a5f7 crypto: drbg - prepare for async seeding by Stephan Mueller · 9 years ago
  23. b94e7dc crypto: drbg - Remove FIPS ifdef from drbg_healthcheck_sanity by Herbert Xu · 9 years ago
  24. 8fded59 crypto: drbg - Convert to new rng interface by Herbert Xu · 9 years ago
  25. 2a57e42 crypto: drbg - Do not seed RNG in drbg_kcapi_init by Herbert Xu · 9 years ago
  26. e11a754 crypto: drbg - Initialise mutex in drbg_healthcheck_sanity by Herbert Xu · 9 years ago
  27. fa3ae62 crypto: drbg - leave cipher handles operational by Stephan Mueller · 9 years ago
  28. 76899a4 crypto: drbg - replace spinlock with mutex by Stephan Mueller · 9 years ago
  29. 082eb10 crypto: drbg - fix drbg_generate return val check by Stephan Mueller · 9 years ago
  30. 8e0498d cryoto: drbg - clear all temporary memory by Stephan Mueller · 9 years ago
  31. cde001e crypto: rng - RNGs must return 0 in success case by Stephan Mueller · 9 years ago
  32. 37821da crypto: drbg - remove superflowous memsets by Stephan Mueller · 9 years ago
  33. 04bcbfc crypto: drbg - use single block cipher API by Stephan Mueller · 9 years ago
  34. 1471f09 Revert "crypto: drbg - use memzero_explicit() for clearing sensitive data" by Herbert Xu · 9 years ago
  35. 905b42e crypto: drbg - panic on continuous self test error by Stephan Mueller · 9 years ago
  36. 421d82f crypto: drbg - use memzero_explicit() for clearing sensitive data by Nickolaus Woodruff · 9 years ago
  37. 0653a7c crypto: drbg - use MODULE_ALIAS_CRYPTO by Stephan Mueller · 9 years ago
  38. 62b62b6 crypto: drbg - add MODULE_ALIAS for all DRBG types by Stephan Mueller · 10 years ago
  39. 41a8498 crypto: drbg - use crypto_inc by Stephan Mueller · 10 years ago
  40. ea2d9fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Herbert Xu · 10 years ago
  41. 78f543a crypto: drbg - remove check for uninitialized DRBG handle by Stephan Mueller · 10 years ago
  42. 7c8ae03 crypto: drbg - fix sparse warning for cpu_to_be[32|64] by Stephan Mueller · 10 years ago
  43. 84693d8 crypto: drbg - remove unnecessary sanity check for shadow state by Stephan Mueller · 10 years ago
  44. 05c81cc crypto: drbg - remove configuration of fixed values by Stephan Mueller · 10 years ago
  45. bc034ef crypto: drbg - remove unnecessary sanity checks by Stephan Mueller · 10 years ago
  46. e6c0244 crypto: drbg - use kmalloc instead of kzalloc for V and C by Stephan Mueller · 10 years ago
  47. f072f0e crypto: drbg - remove superflowous memset(0) by Stephan Mueller · 10 years ago
  48. 45943a5 crypto: drbg - remove superflowous checks by Stephan Mueller · 10 years ago
  49. 46f64f6 crypto: drbg - kzfree does not need a check for NULL pointer by Stephan Mueller · 10 years ago
  50. 72f3e00 crypto: drbg - replace int2byte with cpu_to_be by Stephan Mueller · 10 years ago
  51. ce5481d crypto: drbg - fix failure of generating multiple of 2**16 bytes by Stephan Mueller · 10 years ago
  52. 96956ae crypto: drbg - drbg_exit() can be static by Fengguang Wu · 10 years ago
  53. 5b635e2 crypto: drbg - HMAC-SHA1 DRBG has crypto strength of 128 bits by Stephan Mueller · 10 years ago
  54. 27e4de2 crypto: drbg - Mix a time stamp into DRBG state by Stephan Mueller · 10 years ago
  55. 4f15071 crypto: drbg - Select correct DRBG core for stdrng by Stephan Mueller · 10 years ago
  56. 72e7c25 crypto: drbg - Call CTR DRBG DF function only once by Stephan Mueller · 10 years ago
  57. a908957 crypto: drbg - Fix format string for debugging statements by Stephan Mueller · 10 years ago
  58. e25e47e crypto: drbg - cleanup of preprocessor macros by Stephan Mueller · 10 years ago
  59. f2c89a1 crypto: drbg - Use Kconfig to ensure at least one RNG option is set by Herbert Xu · 10 years ago
  60. 8c98716 crypto: drbg - use of kernel linked list by Stephan Mueller · 10 years ago
  61. 8fecaad crypto: drbg - fix memory corruption for AES192 by Stephan Mueller · 10 years ago
  62. c0eedf8 crypto: drbg - simplify ordering of linked list in drbg_ctr_df by Stephan Mueller · 10 years ago
  63. 541af94 crypto: drbg - SP800-90A Deterministic Random Bit Generator by Stephan Mueller · 10 years ago