Searched refs:fipsrandomstruct_t (Results 1 – 2 of 2) sorted by relevance
69 fipsrandomstruct_t *frsp; in fips_random()162 n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp) in n2rng_fips_random_init()190 n2rng_fips_random_fini(fipsrandomstruct_t *frsp) in n2rng_fips_random_fini()197 bzero(frsp, sizeof (fipsrandomstruct_t)); in n2rng_fips_random_fini()
131 typedef struct fipsrandomstruct fipsrandomstruct_t; typedef145 fipsrandomstruct_t fipsarray[N2RNG_FIPS_INSTANCES];278 int n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp);279 void n2rng_fips_random_fini(fipsrandomstruct_t *frsp);