Searched refs:w_3 (Results 1 – 1 of 1) sorted by relevance
/titanic_41/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 582 w_3 = LOAD_BIG_32(ctx->buf_un.buf32 + 3); 612 w_3 = LOAD_BIG_32(blk + 12); 635 sha1word w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7;
|