Home
last modified time | relevance | path

Searched refs:otRandomNonCryptoFillBuffer (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Drandom_noncrypto.h114 void otRandomNonCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize);
/openthread-latest/src/core/api/
Drandom_noncrypto_api.cpp61 void otRandomNonCryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { Random::NonCrypto::FillBuffer(… in otRandomNonCryptoFillBuffer() function
/openthread-latest/src/cli/
Dcli_coap_secure.cpp1032 otRandomNonCryptoFillBuffer(aBlock, *aBlockLength); in BlockwiseTransmitHook()
Dcli_coap.cpp1154 otRandomNonCryptoFillBuffer(aBlock, *aBlockLength); in BlockwiseTransmitHook()