Searched refs:w_4 (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/common/crypto/sha1/ |
H A D | sha1.c | 547 uint32_t w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7; local 581 w_4 = LOAD_BIG_32(ctx->buf_un.buf32 + 4); 610 w_4 = LOAD_BIG_32(blk + 16); 635 sha1word w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7;
|