Searched defs:N2RNG_FIPS_INSTANCES (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h126 * coded. The code computes i % N2RNG_FIPS_INSTANCES, which is more
127 * efficient when N2RNG_FIPS_INSTANCES is a power of 2.
129 #define N2RNG_FIPS_INSTANCES 8 macro
145 fipsrandomstruct_t fipsarray[N2RNG_FIPS_INSTANCES];

Completed in 169 milliseconds