Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/crypto/sha1/
H A Dsha1.c422 uint8_t bitcount_be[sizeof (ctx->count)]; in SHA1Final() local
426 Encode(bitcount_be, ctx->count, sizeof (bitcount_be)); in SHA1Final()
432 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
/titanic_41/usr/src/common/crypto/sha2/
H A Dsha2.c893 uint8_t bitcount_be[sizeof (ctx->count.c32)]; in SHA2Final() local
900 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be)); in SHA2Final()
902 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA2Final()