Home
last modified time | relevance | path

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

/openthread-latest/src/core/common/
Drandom.hpp83 …static Error CryptoFillBuffer(uint8_t *aBuffer, uint16_t aSize) { return otPlatCryptoRandomGet(aBu… in CryptoFillBuffer()
/openthread-latest/include/openthread/platform/
Dcrypto.h545 otError otPlatCryptoRandomGet(uint8_t *aBuffer, uint16_t aSize);
/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp488 OT_TOOL_WEAK otError otPlatCryptoRandomGet(uint8_t *aBuffer, uint16_t aSize) in otPlatCryptoRandomGet() function