Searched defs:entropy (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_provider.c53 * entropy. It needs to be large enough to allow RNG operations to
57 * done without reseeding. We make sure we add 64 bits of entropy at
59 * of entropy at most once every 30000 operations. Normally, we stir
60 * in 64 bits of entropy for every number generated.
74 } entropy = {0}; local
85 * one word of entropy per call.
87 if ((rv = n2rng_getentropy(n2rng, (void *)&entropy.as64[1],
101 entropy.as64[1] = 0;
124 if (entropy.as64[1] == 0) {
126 * If we did not get any entropy, entropywor
[all...]
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h134 uint64_t entropyhunger; /* RNGs generated with no entropy */
201 uint64_t entropy; member in struct:__anon10366

Completed in 235 milliseconds