Searched refs:bufLen (Results 1 – 2 of 2) sorted by relevance
123 avGenRand(char *buf, u32_t bufLen) in avGenRand() argument129 while (bufLen > 0) { in avGenRand()130 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand()138 bufLen -= n; in avGenRand()
73 void avGenRand(char *buf, u32_t bufLen);
Completed in 3 milliseconds