Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Drandm.c47 #define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */ macro
52 static char randPool[RANDPOOLSZ]; /* Pool of randomness. */
130 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand()

Completed in 5 milliseconds