Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/common/
Drandom.hpp76 static uint32_t NonCryptoGetUint32(void);
114 inline uint32_t GetUint32(void) { return Manager::NonCryptoGetUint32(); } in GetUint32()
Drandom.cpp83 uint32_t Manager::NonCryptoGetUint32(void) in NonCryptoGetUint32() function in ot::Random::Manager