Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dsha512.c36 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()
/external/epid-sdk/epid/member/tiny/math/
Dsha512.h36 uint64_t bits_hashed_low; member