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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb3/
H A Dcxio_resource.c54 u32 random_bytes; local
65 random_bytes = random32();
71 random_bytes = random32();
73 idx = (random_bytes >> (j * 2)) & 0xF;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dresource.c51 u32 random_bytes; local
62 random_bytes = random32();
68 random_bytes = random32();
70 idx = (random_bytes >> (j * 2)) & 0xF;

Completed in 93 milliseconds