Searched refs:w_5 (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 583 uint32_t w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7; local 616 w_5 = LOAD_BIG_32(ctx->buf_un.buf32 + 5); 644 w_5 = LOAD_BIG_32(blk + 20); 671 sha1word w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7;
|