Searched refs:w10 (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
235 w10 = LOAD_BIG_32(blk + 4 * 10);
236 SHA256ROUND(g, h, a, b, c, d, e, f, 10, w10);
255 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1;
271 w9 = SIGMA1_256(w7) + w2 + SIGMA0_256(w10) + w9;
273 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
274 SHA256ROUND(g, h, a, b, c, d, e, f, 26, w10);
277 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12;
288 w1 = SIGMA1_256(w15) + w10
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 58 milliseconds