Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/platform/
Dentropy.h69 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength);
/openthread-2.7.6/src/core/common/
Drandom_manager.cpp76 error = otPlatEntropyGet(reinterpret_cast<uint8_t *>(&seed), sizeof(seed)); in RandomManager()
176 …SuccessOrExit(otPlatEntropyGet(reinterpret_cast<uint8_t *>(aOutput), static_cast<uint16_t>(aInLen)… in HandleMbedtlsEntropyPoll()
/openthread-2.7.6/src/posix/platform/
Dentropy.cpp92 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-2.7.6/examples/platforms/simulation/
Dentropy.c90 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-2.7.6/examples/platforms/cc2538/
Dentropy.c87 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-2.7.6/tests/fuzz/
Dfuzzer_platform.cpp434 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function
/openthread-2.7.6/tests/unit/
Dtest_platform.cpp378 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() function