Home
last modified time | relevance | path

Searched refs:randomSeed (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/components/rng/
Dfsl_adapter_trng.c18 uint32_t randomSeed = 0; in HAL_RngInit() local
28 status = HAL_RngHwGetData(&randomSeed, sizeof(randomSeed)); in HAL_RngInit()
33 srand(randomSeed); in HAL_RngInit()