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

/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c917 uint8_t bitcount_be64[sizeof (ctx->count.c64)]; local
929 Encode64(bitcount_be64, ctx->count.c64,
930 sizeof (bitcount_be64));
932 SHA2Update(ctx, bitcount_be64, sizeof (bitcount_be64));

Completed in 45 milliseconds