Searched refs:bitcount_be (Results 1 – 2 of 2) sorted by relevance
422 uint8_t bitcount_be[sizeof (ctx->count)]; in SHA1Final() local426 Encode(bitcount_be, ctx->count, sizeof (bitcount_be)); in SHA1Final()432 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA1Final()
893 uint8_t bitcount_be[sizeof (ctx->count.c32)]; in SHA2Final() local900 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be)); in SHA2Final()902 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be)); in SHA2Final()