Home
last modified time | relevance | path

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

/openthread-latest/examples/platforms/simulation/
Dentropy.c66 static uint32_t randomUint32Get(void) in randomUint32Get() function
128 aOutput[length] = (uint8_t)randomUint32Get(); in otPlatEntropyGet()
/openthread-latest/src/posix/platform/
Dentropy.cpp68 uint32_t randomUint32Get(void) in randomUint32Get() function
130 aOutput[length] = (uint8_t)randomUint32Get(); in otPlatEntropyGet()