Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dentropy.cpp67 uint32_t randomUint32Get(void) in randomUint32Get() function
129 aOutput[length] = (uint8_t)randomUint32Get(); in otPlatEntropyGet()
/openthread-latest/examples/platforms/simulation/
Dentropy.c65 static uint32_t randomUint32Get(void) in randomUint32Get() function
127 aOutput[length] = (uint8_t)randomUint32Get(); in otPlatEntropyGet()