summaryrefslogtreecommitdiff
path: root/board/cr50/fips_rand.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/cr50/fips_rand.c')
-rw-r--r--board/cr50/fips_rand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/cr50/fips_rand.c b/board/cr50/fips_rand.c
index 1198c620a5..2b2f796767 100644
--- a/board/cr50/fips_rand.c
+++ b/board/cr50/fips_rand.c
@@ -314,6 +314,7 @@ bool fips_drbg_init(void)
&nonce.random_value, sizeof(nonce.random_value), NULL,
0);
+ set_fast_random_seed(fips_trng32(0).random_value);
rand_state.drbg_initialized = 1;
return true;
}