Searched refs:sha1word (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c444 typedef uint32_t sha1word; typedef
626 sha1word a = ctx->state[0];
627 sha1word b = ctx->state[1];
628 sha1word c = ctx->state[2];
629 sha1word d = ctx->state[3];
630 sha1word e = ctx->state[4];
633 sha1word w[16];
635 sha1word w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7;
636 sha1word w_8, w_9, w_10, w_11, w_12, w_13, w_14, w_15;

Completed in 75 milliseconds