Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/platform/
Dentropy.h67 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength);
/openthread-latest/src/posix/platform/
Dentropy.cpp91 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-latest/examples/platforms/simulation/
Dentropy.c89 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-latest/tests/nexus/platform/
Dnexus_misc.cpp85 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-latest/src/core/common/
Drandom.cpp59 SuccessOrAssert(otPlatEntropyGet(reinterpret_cast<uint8_t *>(&seed), sizeof(seed))); in Manager()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp456 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-latest/tests/gtest/
Dfake_platform.cpp445 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-latest/src/core/crypto/
Dcrypto_platform.cpp453 …SuccessOrExit(otPlatEntropyGet(reinterpret_cast<uint8_t *>(aOutput), static_cast<uint16_t>(aInLen)… in handleMbedtlsEntropyPoll()
/openthread-latest/tests/unit/
Dtest_platform.cpp197 OT_TOOL_WEAK otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function