Searched refs:w13 (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
244 w13 = LOAD_BIG_32(blk + 4 * 13);
245 SHA256ROUND(d, e, f, g, h, a, b, c, 13, w13);
261 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4;
277 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12;
279 w13 = SIGMA1_256(w11) + w6 + SIGMA0_256(w14) + w13;
280 SHA256ROUND(d, e, f, g, h, a, b, c, 29, w13);
283 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
294 w4 = SIGMA1_256(w2) + w13
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 53 milliseconds