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

/illumos-gate/usr/src/common/crypto/rng/
H A Dfips_random.c101 * zeroed by the caller. We use two separate symbols (XVAL and
110 #define XVAL XSEED_j macro
120 * Step 3b: XVAL = (XKEY + XSEED_sub_j) mod 2^b. The mod is
121 * implicit in the 160 bit representation. Note that XVAL and
124 (void) fips_add160(XVAL, key, XSEED_j, 0, 0);
126 * Step 3c: x_sub_j = G(t, XVAL).
129 SHA1Update(&sha1_context, (unsigned char *)XVAL, SHA1BYTES);
163 #undef XVAL macro

Completed in 1006 milliseconds