Searched refs:frsp (Results 1 – 2 of 2) sorted by relevance
69 fipsrandomstruct_t *frsp; in fips_random() local79 frsp = &n2rng->n_frs.fipsarray[ in fips_random()118 frsp = &n2rng->n_frs.fipsarray[ in fips_random()122 mutex_enter(&frsp->mtx); in fips_random()132 if (++frsp->entropyhunger > ENTROPY_STARVATION) { in fips_random()133 mutex_exit(&frsp->mtx); in fips_random()138 frsp->entropyhunger = 0; in fips_random()142 fips_random_inner(frsp->XKEY, tempout, entropy.as32); in fips_random()146 mutex_exit(&frsp->mtx); in fips_random()162 n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp) in n2rng_fips_random_init() argument[all …]
278 int n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp);279 void n2rng_fips_random_fini(fipsrandomstruct_t *frsp);