Searched defs:w4 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; local
217 w4 = LOAD_BIG_32(blk + 4 * 4);
218 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4);
259 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3;
261 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4;
262 SHA256ROUND(e, f, g, h, a, b, c, d, 20, w4);
265 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6;
275 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11;
292 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4)
378 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; local
[all...]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h595 uint32_t w4; member in struct:zcp_ram_unit_s

Completed in 61 milliseconds