Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c170 uint32_t w8, w9, w10, w11, w12, w13, w14, w15; in SHA256Transform() local
230 w8 = LOAD_BIG_32(blk + 4 * 8); in SHA256Transform()
231 SHA256ROUND(a, b, c, d, e, f, g, h, 8, w8); in SHA256Transform()
268 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform()
270 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform()
271 SHA256ROUND(a, b, c, d, e, f, g, h, 24, w8); in SHA256Transform()
274 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform()
284 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15; in SHA256Transform()
301 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform()
303 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_flash.c656 uint8_t w8; in ql_flash_desc() local
702 w8 = qlge->fdesc.flash_model[15]; in ql_flash_desc()
705 qlge->fdesc.flash_model[15] = w8; in ql_flash_desc()
/illumos-gate/usr/src/common/crypto/aes/amd64/
H A Daes_amd64.S239 #define w8(x) [x], 0, 0, 0, [x], 0, 0, 0 macro
700 enc_vals(w8)
804 dec_vals(w8)
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c474 int8_t w8; in ddi_peekpokeio() local
492 (int8_t *)addr, &w8) != DDI_SUCCESS) in ddi_peekpokeio()
494 if (ureadc(w8, uio)) in ddi_peekpokeio()