summaryrefslogtreecommitdiff
path: root/src/core/efi-random.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-1/+1
* boot: implement kernel EFI RNG seed protocol with proper hashingJason A. Donenfeld2022-11-141-69/+13
* fix typojiangchuangang2022-08-231-1/+1
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-6/+5
* basic/efivars: replace dynanamic creation of efivar names with static stringsZbigniew Jędrzejewski-Szmek2021-06-151-3/+3
* random-util: open /dev/urandom implicitly in random_write_entropy() if neededLennart Poettering2020-12-031-6/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* random-util: add common helper random_write_entropy() for crediting entropy t...Lennart Poettering2020-06-241-17/+3
* core: take random seed from boot loader and credit it to kernel entropy poolLennart Poettering2019-07-251-0/+110