Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c169 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA256Transform() local
218 w4 = LOAD_BIG_32(blk + 4 * 4); in SHA256Transform()
262 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
295 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
328 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4; in SHA256Transform()
379 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; in SHA512Transform() local
434 w4 = LOAD_BIG_64(blk + 8 * 4); in SHA512Transform()
478 w4 = SIGMA1(w2) + w13 + SIGMA0(w5) + w4; in SHA512Transform()
511 w4 = SIGMA1(w2) + w13 + SIGMA0(w5) + w4; in SHA512Transform()
544 w4 = SIGMA1(w2) + w13 + SIGMA0(w5) + w4; in SHA512Transform()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dcityhash.c53 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 Dnested-declarator2.c24 static void w4(int f(x,y));
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_zcp.c61 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 Dnpi_zcp.c714 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 Dnxge_zcp_hw.h593 uint32_t w4; member