Home
last modified time | relevance | path

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

/modules/openthread/platform/
A Dentropy.c19 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() argument
23 if ((aOutput == NULL) || (aOutputLength == 0)) { in otPlatEntropyGet()
27 err = sys_csrand_get(aOutput, aOutputLength); in otPlatEntropyGet()

Completed in 14 milliseconds