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

/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha1/
H A Dsha1.c196 uint8_t bitcount_be[sizeof (ctx->count)]; local
200 Encode(bitcount_be, ctx->count, sizeof (bitcount_be));
206 SHA1Update(ctx, bitcount_be, sizeof (bitcount_be));
/freebsd-13-stable/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha2.c906 uint8_t bitcount_be[sizeof (ctx->count.c32)]; local
913 Encode(bitcount_be, ctx->count.c32, sizeof (bitcount_be));
915 SHA2Update(ctx, bitcount_be, sizeof (bitcount_be));

Completed in 106 milliseconds