Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c456 typedef uint32_t sha1word; typedef
638 sha1word a = ctx->state[0];
639 sha1word b = ctx->state[1];
640 sha1word c = ctx->state[2];
641 sha1word d = ctx->state[3];
642 sha1word e = ctx->state[4];
645 sha1word w[16];
647 sha1word w_0, w_1, w_2, w_3, w_4, w_5, w_6, w_7;
648 sha1word w_8, w_9, w_10, w_11, w_12, w_13, w_14, w_15;