Searched refs:random_bytes (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmagic.h49 void random_bytes __P((unsigned char *buf, int len));
H A Dmagic.c87 * random_bytes - Fill a buffer with random bytes.
90 random_bytes(unsigned char *buf, int len) function
H A Dchap-md5.c53 random_bytes(cp, clen);
H A Dchap_ms.c173 random_bytes(challenge, 8);
185 random_bytes(challenge, 16);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/hw/cxgb3/
H A Dcxio_resource.c54 u32 random_bytes; local
66 random_bytes = random32();
72 random_bytes = random32();
74 idx = (random_bytes >> (j * 2)) & 0xF;

Completed in 79 milliseconds