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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dmagic.h49 void random_bytes __P((unsigned char *buf, int len));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dmagic.h49 void random_bytes __P((unsigned char *buf, int len));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dmagic.h49 void random_bytes __P((unsigned char *buf, int len));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 101 milliseconds

12