mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +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);
|
x_i_gettimeofday(&a, NULL);
|
||||||
|
|
||||||
for (i = 0; i < 8; i++) {
|
for (i = 0; i < 32; i++) {
|
||||||
getpid();
|
getpid();
|
||||||
x_i_gettimeofday(&b, NULL);
|
x_i_gettimeofday(&b, NULL);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user