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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c169 uint32_t w8, w9, w10, w11, w12, w13, w14, w15; local
232 w9 = LOAD_BIG_32(blk + 4 * 9);
233 SHA256ROUND(h, a, b, c, d, e, f, g, 9, w9);
253 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0;
269 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
271 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9;
272 SHA256ROUND(h, a, b, c, d, e, f, g, 25, w9);
275 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11;
286 w0 = SIGMA1_256(w14) + w9
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 75 milliseconds