Searched refs:w4 (Results 1 - 4 of 4) 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/io/nxge/
H A Dnxge_zcp.c63 w_data.w4 = 0;
443 w_data.w4 = 0;
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c719 NXGE_REG_RD64(handle, ZCP_RAM_DATA4_REG, &val->w4);
743 NXGE_REG_WR64(handle, ZCP_RAM_DATA4_REG, val->w4);
/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 144 milliseconds