Searched refs:fipsrandomstruct_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_provider.c69 fipsrandomstruct_t *frsp;
162 n2rng_fips_random_init(n2rng_t *n2rng, fipsrandomstruct_t *frsp)
190 n2rng_fips_random_fini(fipsrandomstruct_t *frsp)
197 bzero(frsp, sizeof (fipsrandomstruct_t));
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h131 typedef struct fipsrandomstruct fipsrandomstruct_t; typedef in typeref:struct:fipsrandomstruct
145 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);

Completed in 45 milliseconds