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

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_provider.c81 N2RNG_FIPS_INSTANCES];
109 * the RNG stuff. So we make N2RNG_FIPS_INSTANCES,
120 N2RNG_FIPS_INSTANCES];
H A Dn2rng_kcf.c432 for (i = 0; i < N2RNG_FIPS_INSTANCES; i++) {
451 for (i = 0; i < N2RNG_FIPS_INSTANCES; i++) {
/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 45 milliseconds