Searched refs:w15 (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
250 w15 = LOAD_BIG_32(blk + 4 * 15);
251 SHA256ROUND(b, c, d, e, f, g, h, a, 15, w15);
255 w1 = SIGMA1_256(w15) + w10 + SIGMA0_256(w2) + w1;
265 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6;
281 w14 = SIGMA1_256(w12) + w7 + SIGMA0_256(w15) + w14;
283 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
284 SHA256ROUND(b, c, d, e, f, g, h, a, 31, w15);
288 w1 = SIGMA1_256(w15)
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 44 milliseconds