Lines Matching +full:pseudo +full:- +full:device
4 * SPDX-License-Identifier: Apache-2.0
6 * Pseudo-random entropy generator for the ARCH_POSIX architecture:
8 * this entropy device will always generate the same random sequence when
16 #include <zephyr/device.h>
32 static int entropy_native_posix_get_entropy(const struct device *dev, in entropy_native_posix_get_entropy()
49 length -= to_copy; in entropy_native_posix_get_entropy()
55 static int entropy_native_posix_get_entropy_isr(const struct device *dev, in entropy_native_posix_get_entropy_isr()
70 static int entropy_native_posix_init(const struct device *dev) in entropy_native_posix_init()
78 "Using a test - not safe - entropy source\n"); in entropy_native_posix_init()
109 .descript = "A 32-bit integer seed value for the entropy device, such as " in add_fake_entropy_option()
114 .option = "seed-random", in add_fake_entropy_option()