Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Drandom.hpp83 …static Error CryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { return otPlatCryptoRandomGet(aBu… in CryptoFillBuffer() function in ot::Random::Manager
204 inline Error FillBuffer(uint8_t *aBuffer, uint16_t aSize) { return Manager::CryptoFillBuffer(aBuffe… in FillBuffer()