Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Drandm.c46 #define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */ macro
51 static char randPool[RANDPOOLSZ]; /* Pool of randomness. */
129 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Drandm.c46 #define RANDPOOLSZ 16 /* Bytes stored in the pool of randomness. */ macro
51 static char randPool[RANDPOOLSZ]; /* Pool of randomness. */
129 n = LWIP_MIN(bufLen, RANDPOOLSZ); in avGenRand()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H 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()