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

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c88 * Computes a new random value, which is stored in x_j; updates
105 fips_random_inner(uint32_t *key, uint32_t *x_j, argument
144 /* copy out to x_j */
150 x_j[i] = sha1_context.state[i];
154 xvalconv(x_j, sha1_context.state, SHA1BYTES/4);
162 (void) fips_add160(key, key, x_j, 1, 0);

Completed in 53 milliseconds