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

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c89 * XKEY. XSEED_j is additional input. In principle, we should
106 uint32_t *XSEED_j)
110 #define XVAL XSEED_j
122 * XSEED_j are actually the same location.
124 (void) fips_add160(XVAL, key, XSEED_j, 0, 0);
105 fips_random_inner(uint32_t *key, uint32_t *x_j, uint32_t *XSEED_j) argument

Completed in 72 milliseconds