Searched refs:w14 (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
247 w14 = LOAD_BIG_32(blk + 4 * 14);
248 SHA256ROUND(c, d, e, f, g, h, a, b, 14, w14);
253 w0 = SIGMA1_256(w14) + w9 + SIGMA0_256(w1) + w0;
263 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5;
279 w13 = SIGMA1_256(w11) + w6 + SIGMA0_256(w14) + w13;
281 w14 = SIGMA1_256(w12) + w7 + SIGMA0_256(w15) + w14;
282 SHA256ROUND(c, d, e, f, g, h, a, b, 30, w14);
286 w0 = SIGMA1_256(w14)
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 57 milliseconds