Searched refs:bits_hashed_low (Results 1 – 2 of 2) sorted by relevance
36 s->bits_hashed_high = s->bits_hashed_low = (uint64_t)0; in tinysha512_init()48 s->bits_hashed_low += (SHA512_BLOCK_SIZE << 3); in tinysha512_update()56 s->bits_hashed_low += (s->leftover_offset << 3); in tinysha512_final()72 (unsigned char)(s->bits_hashed_low >> (8 * i)); in tinysha512_final()
36 uint64_t bits_hashed_low; member