- 7ec7238 random: Fix sys_csrand_get build condition by Flavio Ceolin · 3 years, 6 months ago
- 19fc1ee subsys/random: change parameters for timer-based PRNG by Filip Kokosinski · 3 years, 7 months ago
- fdeaa91 random: deprecate `XOROSHIRO_RANDOM_GENERATOR` by Jordan Yates · 3 years, 8 months ago
- 688fc73 random: add xoshiro128++ PRNG source by Jordan Yates · 3 years, 8 months ago
- f86e8a6 random: rand32_timer: Avoid alignment faults by using memcpy by Carles Cufi · 4 years ago
- b6ef0c0 random: ctr_drbg: Fix the error path in sys_csrand_get by Flavio Ceolin · 4 years, 4 months ago
- 6ac3d0b random: ctr_drbg: Check entropy_get_entropy return by Flavio Ceolin · 4 years, 4 months ago
- 89f6e24 rand: xoroshiro128: fix buffer overflow by Didrik Rokhaug · 4 years, 5 months ago
- b8b42c6 random: Warning when using test config by Flavio Ceolin · 4 years, 6 months ago
- 83b9f69 code-guideline: Fixing code violation 10.4 Rule by Aastha Grover · 4 years, 6 months ago
- a775d73 random: rand32_ctr_drbg: Fix missed device constify change by David Leach · 4 years, 7 months ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- ca60fe8 kconfig: Random number generator by Anas Nashif · 4 years, 7 months ago
- 6216c6c random: Add syscalls for random subsystem by Flavio Ceolin · 4 years, 9 months ago
- 1250802 random: entropy: Fix invalid memory access by Flavio Ceolin · 4 years, 9 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 43a7d26 drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro by Kumar Gala · 5 years ago
- 81cfb08 random: remove rand32_timestamp.c by Andrew Boie · 5 years ago
- f234260 random: rand32_ctr_drbg: Handle error in initialize function by Flavio Ceolin · 5 years ago
- ade23d5 random: entropy: Return error in csrand by Flavio Ceolin · 5 years ago
- e35c896 treewide: use full path to entropy.h header by Peter Bigot · 5 years ago
- 076eee3 subsys/random: fix unused value warning by Daniel Leung · 5 years ago
- afdc63f subsys/random: Add cryptographically secure and bulk fill functions by David Leach · 5 years ago
- bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
- 969f8f1 cleanup: include/: move entropy.h to drivers/entropy.h by Anas Nashif · 6 years ago
- e1e05a2 cleanup: include/: move atomic.h to sys/atomic.h by Anas Nashif · 6 years ago
- 68c389c include: move system timer headers to include/drivers/timer/ by Anas Nashif · 6 years ago
- f94113d rand32_entropy_device.c: remove atomic_t misuse by Nicolas Pitre · 6 years ago
- 6357558 subsys/random: Hide 'Random generator' choice when empty by Ulf Magnusson · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- 97b3bd1 drivers: Rename reserved function names by Patrik Flykt · 6 years ago
- 984ce02 subsys: random: xoroshiro128: Use entropy get isr during init by Adithya Baglody · 7 years ago
- 1073882 subsys: kconfig: Remove 'default n' properties and clean up a bit by Ulf Magnusson · 7 years ago
- fcc56e3 subsys: random: xoroshiro128: Use SYS_INIT hook to initialize properly by Leandro Pereira · 7 years ago
- a895d21 subsys: random: Fix semaphore initial count of xoroshiro128 by Ramakrishna Pallala · 7 years ago
- 09ce2e2 subsys/random: Add _ASSERT() test on returned device_get_binding by David Leach · 7 years ago
- 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
- 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
- 5a272b0 subsys/random: Add Xoroshiro128+ PRNG by Leandro Pereira · 7 years ago
- 8b883a6 subsys/random: sys_rand32_get() implementation that uses entropy API by Leandro Pereira · 7 years ago
- da9b0dd drivers: Rename `random` to `entropy` by Leandro Pereira · 7 years ago
- adce1d1 subsys: Add random subsystem by Leandro Pereira · 7 years ago