Searched refs:bitcount_be (Results 1 – 2 of 2) sorted by relevance
439 uint8_t bitcount_be[sizeof (ctx->count)]; in SHA1Final() local443 Encode(bitcount_be, ctx->count, sizeof (bitcount_be)); in SHA1Final()449 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
929 uint8_t bitcount_be[sizeof (ctx->count.c32)]; in SHA2Final() local936 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be)); in SHA2Final()938 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA2Final()