Searched refs:w12 (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
241 w12 = LOAD_BIG_32(blk + 4 * 12);
242 SHA256ROUND(e, f, g, h, a, b, c, d, 12, w12);
259 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3;
275 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11;
277 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12;
278 SHA256ROUND(e, f, g, h, a, b, c, d, 28, w12);
281 w14 = SIGMA1_256(w12) + w7 + SIGMA0_256(w15) + w14;
292 w3 = SIGMA1_256(w1) + w12
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 48 milliseconds