Searched refs:w11 (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
238 w11 = LOAD_BIG_32(blk + 4 * 11);
239 SHA256ROUND(f, g, h, a, b, c, d, e, 11, w11);
257 w2 = SIGMA1_256(w0) + w11 + SIGMA0_256(w3) + w2;
273 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
275 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11;
276 SHA256ROUND(f, g, h, a, b, c, d, e, 27, w11);
279 w13 = SIGMA1_256(w11) + w6 + SIGMA0_256(w14) + w13;
290 w2 = SIGMA1_256(w0) + w11
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]

Completed in 57 milliseconds