Searched refs:w8 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c169 uint32_t w8, w9, w10, w11, w12, w13, w14, w15; local
229 w8 = LOAD_BIG_32(blk + 4 * 8);
230 SHA256ROUND(a, b, c, d, e, f, g, h, 8, w8);
267 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
269 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8;
270 SHA256ROUND(a, b, c, d, e, f, g, h, 24, w8);
273 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10;
283 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15;
300 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8)
379 uint64_t w8, w9, w10, w11, w12, w13, w14, w15; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c656 uint8_t w8; local
702 w8 = qlge->fdesc.flash_model[15];
705 qlge->fdesc.flash_model[15] = w8;
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.s239 #define w8(x) [x], 0, 0, 0, [x], 0, 0, 0 define
700 enc_vals(w8)
804 dec_vals(w8)
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c544 int8_t w8; local
562 (int8_t *)addr, &w8) != DDI_SUCCESS)
564 if (ureadc(w8, uio))

Completed in 68 milliseconds