Searched refs:aOutputLength (Results 1 – 1 of 1) sorted by relevance
19 otError otPlatEntropyGet(uint8_t *aOutput, uint16_t aOutputLength) in otPlatEntropyGet() argument23 if ((aOutput == NULL) || (aOutputLength == 0)) { in otPlatEntropyGet()27 err = sys_csrand_get(aOutput, aOutputLength); in otPlatEntropyGet()