Home
last modified time | relevance | path

Searched refs:w4 (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/crypto/sha2/
H A Dsha2.c165 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
214 w4 = LOAD_BIG_32(blk + 4 * 4); in SHA256Transform()
215 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4); in SHA256Transform()
256 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform()
258 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
259 SHA256ROUND(e, f, g, h, a, b, c, d, 20, w4); in SHA256Transform()
262 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6; in SHA256Transform()
272 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11; in SHA256Transform()
289 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform()
291 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
[all …]
/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c63 w_data.w4 = 0; in nxge_zcp_init()
443 w_data.w4 = 0; in nxge_zcp_fatal_err_recover()
/titanic_41/usr/src/uts/common/io/nxge/npi/
H A Dnpi_zcp.c719 NXGE_REG_RD64(handle, ZCP_RAM_DATA4_REG, &val->w4); in zcp_mem_read()
743 NXGE_REG_WR64(handle, ZCP_RAM_DATA4_REG, val->w4); in zcp_mem_write()
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_zcp_hw.h595 uint32_t w4; member