fipsrandomstruct_t
n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp)
n2rng_fips_random_fini(fipsrandomstruct_t *frsp)
bzero(frsp, sizeof (fipsrandomstruct_t));
fipsrandomstruct_t *frsp;
fipsrandomstruct_t fipsarray[N2RNG_FIPS_INSTANCES];
int n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp);
void n2rng_fips_random_fini(fipsrandomstruct_t *frsp);