Searched refs:RANDPOOLSZ (Results 1 – 1 of 1) sorted by relevance
47 #define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */ macro52 static char randPool[RANDPOOLSZ]; /* Pool of randomness. */130 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand()
Completed in 5 milliseconds