Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Drandom_noncrypto.h58 uint32_t otRandomNonCryptoGetUint32(void);
/openthread-latest/src/core/api/
Drandom_noncrypto_api.cpp40 uint32_t otRandomNonCryptoGetUint32(void) { return Random::NonCrypto::GetUint32(); } in otRandomNonCryptoGetUint32() function