Searched defs:w5 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c168 uint32_t w0, w1, w2, w3, w4, w5, w6, w7; local
220 w5 = LOAD_BIG_32(blk + 4 * 5);
221 SHA256ROUND(d, e, f, g, h, a, b, c, 5, w5);
261 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5) + w4;
263 w5 = SIGMA1_256(w3) + w14 + SIGMA0_256(w6) + w5;
264 SHA256ROUND(d, e, f, g, h, a, b, c, 21, w5);
267 w7 = SIGMA1_256(w5) + w0 + SIGMA0_256(w8) + w7;
277 w12 = SIGMA1_256(w10) + w5 + SIGMA0_256(w13) + w12;
294 w4 = SIGMA1_256(w2) + w13 + SIGMA0_256(w5)
378 uint64_t w0, w1, w2, w3, w4, w5, w6, w7; local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h303 WORD5 w5; /* Header control/status word */ member in struct:__anon7363
405 WORD5 w5; /* Header control/status word */ member in struct:__anon7370
415 WORD5 w5; /* Header control/status word */ member in struct:__anon7371
471 WORD5 w5; /* Header control/status word */ member in struct:__anon7375

Completed in 64 milliseconds