Home
last modified time | relevance | path

Searched refs:ru_n (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/bsd/netinet6/
H A Dip6_id.c136 const u_int32_t ru_n; /* ru_n: prime, ru_n - 1: product of pfacts[] */ member
156 .ru_n = 2147483629, /* RU_N-1 = 2^2*3^2*59652323 */
227 j = RandomULong() % p->ru_n; in initid()
244 j = (j + 1) % p->ru_n; in initid()
248 p->ru_g = pmod(p->ru_gen, j, p->ru_n); in initid()
281 return (p->ru_seed ^ pmod(p->ru_g, p->ru_seed2 ^ p->ru_x, p->ru_n)) | in randomid()