nvmutil: stronger entropy_jitter()

run it for a bit longer

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-16 22:09:26 +00:00
parent db4df52576
commit 14857555ed

View File

@@ -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);