Searched refs:w8 (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/common/crypto/sha2/ |
H A D | sha2.c | 166 uint32_t w8, w9, w10, w11, w12, w13, w14, w15; in SHA256Transform() local 226 w8 = LOAD_BIG_32(blk + 4 * 8); in SHA256Transform() 227 SHA256ROUND(a, b, c, d, e, f, g, h, 8, w8); in SHA256Transform() 264 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 266 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform() 267 SHA256ROUND(a, b, c, d, e, f, g, h, 24, w8); in SHA256Transform() 270 w10 = SIGMA1_256(w8) + w3 + SIGMA0_256(w11) + w10; in SHA256Transform() 280 w15 = SIGMA1_256(w13) + w8 + SIGMA0_256(w0) + w15; in SHA256Transform() 297 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7; in SHA256Transform() 299 w8 = SIGMA1_256(w6) + w1 + SIGMA0_256(w9) + w8; in SHA256Transform() [all …]
|
/titanic_44/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_44/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_44/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()
|