Home
last modified time | relevance | path

Searched refs:rng (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/boot/efi/
Drandom-seed.c22 EFI_RNG_PROTOCOL *rng; in acquire_rng() local
29 err = LibLocateProtocol((EFI_GUID*) EFI_RNG_GUID, (void**) &rng); in acquire_rng()
32 if (!rng) in acquire_rng()
37 err = rng->GetRNG(rng, NULL, size, data); in acquire_rng()
47 const void *rng, in hash_once() argument
71 if (rng) in hash_once()
72 sha256_process_bytes(rng, size, &hash); in hash_once()
81 const void *rng, in hash_many() argument
101 hash_once(old_seed, rng, size, in hash_many()
112 const void *rng, in mangle_random_seed() argument
[all …]
/systemd-251/docs/
DRANDOM_SEEDS.md82 * `virtio-rng` is used in virtualized environments and retrieves random data
159 the `virtio-rng` interface it will load the necessary kernel modules to make
255 2. On virtualized systems, the early `virtio-rng` hookup should ensure entropy
276 2. Virtualized environments that lack both virtio-rng and RDRAND, outside of
323 5. *Why don't you use [`rngd`](https://github.com/nhorman/rng-tools),
/systemd-251/
DNEWS6879 * systemd will now attempt to load the virtio-rng.ko kernel module very