Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1.c415 uint8_t bitcount_be[sizeof (ctx->count)]; in SHA1Final() local
419 Encode(bitcount_be, ctx->count, sizeof (bitcount_be)); in SHA1Final()
425 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
/illumos-gate/usr/src/common/crypto/sha2/
H A Dsha2.c929 uint8_t bitcount_be[sizeof (ctx->count.c32)]; in SHA2Final() local
936 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be)); in SHA2Final()
938 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA2Final()