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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c422 uint8_t bitcount_be[sizeof (ctx->count)]; local
426 Encode(bitcount_be, ctx->count, sizeof (bitcount_be));
432 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be));
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c916 uint8_t bitcount_be[sizeof (ctx->count.c32)]; local
923 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be));
925 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be));

Completed in 75 milliseconds