Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Drandom_noncrypto.h65 uint8_t otRandomNonCryptoGetUint8(void);
/openthread-latest/src/core/api/
Drandom_noncrypto_api.cpp42 uint8_t otRandomNonCryptoGetUint8(void) { return Random::NonCrypto::GetUint8(); } in otRandomNonCryptoGetUint8() function