Searched refs:w_5 (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 580 w_5 = LOAD_BIG_32(ctx->buf_un.buf32 + 5); 608 w_5 = LOAD_BIG_32(blk + 20); 635 sha1word w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7;
|