mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-03-25 13:29:03 +02:00
nvmutil: stronger entropy_jitter()
run it for a bit longer Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1461,7 +1461,7 @@ entropy_jitter(void)
|
||||
|
||||
x_i_gettimeofday(&a, NULL);
|
||||
|
||||
for (i = 0; i < 8; i++) {
|
||||
for (i = 0; i < 32; i++) {
|
||||
getpid();
|
||||
x_i_gettimeofday(&b, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user