1. 5d52e39 random: random_timer.c Remove __GNUC__ ifdef by Robin Kastberg · 5 months ago
  2. 3d45ee7 random: remove TinyCrypt usage by Valerio Setti · 5 months ago
  3. bff97fb random: `sys_csrand_get` backend for `TEST_RANDOM_GENERATOR` by Jordan Yates · 5 months ago
  4. 302422a everywhere: replace double words by Lingao Meng · 9 months ago
  5. bcc6d41 random: timer: Comply with MISRA Rule 14.4 by Flavio Ceolin · 9 months ago
  6. 4fc6506 random: enable AES support CTR_DRBG CSPRNG when it relies on Mbed TLS by Valerio Setti · 10 months ago
  7. bbe5e1e build: namespace the generated headers with `zephyr/` by Yong Cong Sin · 10 months ago
  8. 85a7b27 random: Rename source files by Flavio Ceolin · 12 months ago
  9. d68db18 random: Remove duplicated code by Flavio Ceolin · 12 months ago
  10. a08bfeb syscall: rename Z_OOPS -> K_OOPS by Anas Nashif · 1 year, 5 months ago
  11. 9c4d881 syscall: rename Z_SYSCALL_ to K_SYSCALL_ by Anas Nashif · 1 year, 5 months ago
  12. 4e39617 kernel: move syscall_handler.h to internal include directory by Anas Nashif · 1 year, 5 months ago
  13. 5fcae0c random: timer: Use build constant for seed by Flavio Ceolin · 1 year, 6 months ago
  14. a99a070 random: kconfig: Allow customizing timer initial state by Flavio Ceolin · 1 year, 6 months ago
  15. e7bd10a random: Rename random header by Flavio Ceolin · 1 year, 6 months ago
  16. 5d505c7 random: Fix feature dependency usage by Flavio Ceolin · 1 year, 6 months ago
  17. 646a06c random: Fix kconfig symbol name by Flavio Ceolin · 1 year, 6 months ago
  18. 23106b8 random: Remove deprecated Kconfig symbol by Flavio Ceolin · 1 year, 6 months ago
  19. 37be80d random: ctr_drbg: Thread safe in SMP by Flavio Ceolin · 1 year, 6 months ago
  20. eba567c random: ctr_drbg: Remove unused variable by Flavio Ceolin · 1 year, 6 months ago
  21. c51d80f random: syscalls: use zephyr_syscall_header by Daniel Leung · 1 year, 9 months ago
  22. a5fd0d1 init: remove the need for a dummy device pointer in SYS_INIT functions by Gerard Marull-Paretas · 2 years ago
  23. d7f9e26 rand32_timer: make it more random-like for tests to pass by Nicolas Pitre · 2 years, 2 months ago
  24. 11aa845 Revert "random: Change testing random generator" by Henrik Brix Andersen · 2 years, 3 months ago
  25. d6881de random: Change testing random generator by Declan Snyder · 2 years, 3 months ago
  26. 37c6d52 random: Fix non-random number generator warning condition by Stephanos Ioannidis · 2 years, 3 months ago
  27. 6f91f97 random: Clarify the semantics of TEST_RANDOM_GENERATOR by Stephanos Ioannidis · 2 years, 3 months ago
  28. 51932c2 random: initialize devices at compile time by Gerard Marull-Paretas · 2 years, 7 months ago
  29. 5113c14 subsystems: migrate includes to <zephyr/...> by Gerard Marull-Paretas · 2 years, 11 months ago
  30. a282e93 random: rand32_ctr_drbg: fix bug preventing initialization by David Leach · 3 years ago
  31. 38c2f89 random: ctr_drbg: initialize on first run by Jordan Yates · 3 years ago
  32. fd61835 random: xoshiro128: reseed state on entropy fail by Jordan Yates · 3 years ago
  33. 9bfb7bd random: xoshiro128: defer state init by Jordan Yates · 3 years ago
  34. f483b1b everywhere: fix typos by Nazar Kazakov · 3 years ago
  35. 8ae7694 random: rand32_xoshiro128: obtain entropy device using DEVICE_DT_GET by Gerard Marull-Paretas · 3 years, 1 month ago
  36. f577099 random: rand32_entropy_device: get entropy device using DEVICE_DT_GET by Gerard Marull-Paretas · 3 years, 1 month ago
  37. f44b3dc random: rand32_ctr_drbg: obtain entropy device using DEVICE_DT_GET by Gerard Marull-Paretas · 3 years, 1 month ago
  38. 9f1fc49 random: remove @return doc for void functions by Daniel Leung · 3 years, 2 months ago
  39. 7ec7238 random: Fix sys_csrand_get build condition by Flavio Ceolin · 3 years, 6 months ago
  40. 19fc1ee subsys/random: change parameters for timer-based PRNG by Filip Kokosinski · 3 years, 7 months ago
  41. fdeaa91 random: deprecate `XOROSHIRO_RANDOM_GENERATOR` by Jordan Yates · 3 years, 8 months ago
  42. 688fc73 random: add xoshiro128++ PRNG source by Jordan Yates · 3 years, 8 months ago
  43. f86e8a6 random: rand32_timer: Avoid alignment faults by using memcpy by Carles Cufi · 4 years ago
  44. b6ef0c0 random: ctr_drbg: Fix the error path in sys_csrand_get by Flavio Ceolin · 4 years, 4 months ago
  45. 6ac3d0b random: ctr_drbg: Check entropy_get_entropy return by Flavio Ceolin · 4 years, 4 months ago
  46. 89f6e24 rand: xoroshiro128: fix buffer overflow by Didrik Rokhaug · 4 years, 5 months ago
  47. b8b42c6 random: Warning when using test config by Flavio Ceolin · 4 years, 6 months ago
  48. 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
  49. a775d73 random: rand32_ctr_drbg: Fix missed device constify change by David Leach · 4 years, 7 months ago
  50. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  51. ca60fe8 kconfig: Random number generator by Anas Nashif · 4 years, 7 months ago
  52. 6216c6c random: Add syscalls for random subsystem by Flavio Ceolin · 4 years, 9 months ago
  53. 1250802 random: entropy: Fix invalid memory access by Flavio Ceolin · 4 years, 9 months ago
  54. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  55. 43a7d26 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro by Kumar Gala · 5 years ago
  56. 81cfb08 random: remove rand32_timestamp.c by Andrew Boie · 5 years ago
  57. f234260 random: rand32_ctr_drbg: Handle error in initialize function by Flavio Ceolin · 5 years ago
  58. ade23d5 random: entropy: Return error in csrand by Flavio Ceolin · 5 years ago
  59. e35c896 treewide: use full path to entropy.h header by Peter Bigot · 5 years ago
  60. 076eee3 subsys/random: fix unused value warning by Daniel Leung · 5 years ago
  61. afdc63f subsys/random: Add cryptographically secure and bulk fill functions by David Leach · 5 years ago
  62. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  63. 969f8f1 cleanup: include/: move entropy.h to drivers/entropy.h by Anas Nashif · 6 years ago
  64. e1e05a2 cleanup: include/: move atomic.h to sys/atomic.h by Anas Nashif · 6 years ago
  65. 68c389c include: move system timer headers to include/drivers/timer/ by Anas Nashif · 6 years ago
  66. f94113d rand32_entropy_device.c: remove atomic_t misuse by Nicolas Pitre · 6 years ago
  67. 6357558 subsys/random: Hide 'Random generator' choice when empty by Ulf Magnusson · 6 years ago
  68. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  69. 97b3bd1 drivers: Rename reserved function names by Patrik Flykt · 6 years ago
  70. 984ce02 subsys: random: xoroshiro128: Use entropy get isr during init by Adithya Baglody · 7 years ago
  71. 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
  72. fcc56e3 subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly by Leandro Pereira · 7 years ago
  73. a895d21 subsys: random: Fix semaphore initial count of xoroshiro128 by Ramakrishna Pallala · 7 years ago
  74. 09ce2e2 subsys/random: Add _ASSERT() test on returned device_get_binding by David Leach · 7 years ago
  75. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  76. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  77. 5a272b0 subsys/random: Add Xoroshiro128+ PRNG by Leandro Pereira · 7 years ago
  78. 8b883a6 subsys/random: sys_rand32_get() implementation that uses entropy API by Leandro Pereira · 7 years ago
  79. da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
  80. adce1d1 subsys: Add random subsystem by Leandro Pereira · 7 years ago