Searched refs:w4 (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local 218 w4 = LOAD_BIG_32(blk + 4 * 4); in SHA256Transform() 219 SHA256ROUND(e, f, g, h, a, b, c, d, 4, w4); in SHA256Transform() 260 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform() 262 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform() 263 SHA256ROUND(e, f, g, h, a, b, c, d, 20, w4); in SHA256Transform() 266 w6 = SIGMA1_256(w4) + w15 + SIGMA0_256(w7) + w6; in SHA256Transform() 276 w11 = SIGMA1_256(w9) + w4 + SIGMA0_256(w12) + w11; in SHA256Transform() 293 w3 = SIGMA1_256(w1) + w12 + SIGMA0_256(w4) + w3; in SHA256Transform() 295 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | cityhash.c | 53 cityhash4(uint64_t w1, uint64_t w2, uint64_t w3, uint64_t w4) in cityhash4() argument 58 uint64_t c = w4 * mul; in cityhash4()
|
/illumos-gate/usr/src/tools/smatch/src/validation/ |
H A D | nested-declarator2.c | 24 static void w4(int f(x,y));
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_zcp.c | 61 w_data.w4 = 0; in nxge_zcp_init() 437 w_data.w4 = 0; in nxge_zcp_fatal_err_recover()
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_zcp.c | 714 NXGE_REG_RD64(handle, ZCP_RAM_DATA4_REG, &val->w4); in zcp_mem_read() 738 NXGE_REG_WR64(handle, ZCP_RAM_DATA4_REG, val->w4); in zcp_mem_write()
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_zcp_hw.h | 593 uint32_t w4; member
|