Searched refs:Rand (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a, Rand(), 0, 0);
30 BN_pseudo_rand(b, Rand(), 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a, Rand(), 0, 0);
30 BN_pseudo_rand(b, Rand(), 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a,Rand(),0,0);
30 BN_pseudo_rand(b,Rand(),0,0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Ddivtest.c4 static int Rand(n) function
29 BN_pseudo_rand(a, Rand(), 0, 0);
30 BN_pseudo_rand(b, Rand(), 0, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/hamradio/
H A Dscc.c1086 static unsigned char Rand = 17; variable
1118 * fulldup == 0: DCD is active or Rand > P-persistence: start t_busy timer
1141 Rand = Rand * 17 + 31;
1143 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) )
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c1086 static unsigned char Rand = 17; variable
1118 * fulldup == 0: DCD is active or Rand > P-persistence: start t_busy timer
1141 Rand = Rand * 17 + 31;
1143 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) )

Completed in 82 milliseconds