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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 74 milliseconds