Searched refs:w8 (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 169 uint32_t w8, w9, w10, w11, w12, w13, w14, w15; in SHA256Transform() local 229 w8 = LOAD_BIG_32(blk + 4 * 8); in SHA256Transform() 230 SHA256ROUND(a, b, c, d, e, f, g, h, 8, w8); in SHA256Transform() 267 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 269 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform() 270 SHA256ROUND(a, b, c, d, e, f, g, h, 24, w8); in SHA256Transform() 273 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform() 283 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15; in SHA256Transform() 300 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 302 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform() [all …]
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_flash.c | 656 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()
|
/titanic_50/usr/src/common/crypto/aes/amd64/ |
H A D | aes_amd64.s | 239 #define w8(x) [x], 0, 0, 0, [x], 0, 0, 0 macro 700 enc_vals(w8) 804 dec_vals(w8)
|
/titanic_50/usr/src/uts/common/os/ |
H A D | sunddi.c | 544 int8_t w8; in ddi_peekpokeio() local 562 (int8_t *)addr, &w8) != DDI_SUCCESS) in ddi_peekpokeio() 564 if (ureadc(w8, uio)) in ddi_peekpokeio()
|