Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsha256module.c49 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
88 dest->count_hi = src->count_hi; in SHAcopy()
247 sha_info->count_hi = 0L; in sha_init()
264 sha_info->count_hi = 0L; in sha224_init()
280 ++sha_info->count_hi; in sha_update()
283 sha_info->count_hi += (SHA_INT32) count >> 29; in sha_update()
319 hi_bit_count = sha_info->count_hi; in sha_final()
H A Dsha512module.c50 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */ member
76 dest->count_hi = src->count_hi; in SHAcopy()
251 sha_info->count_hi = 0L; in sha512_init()
268 sha_info->count_hi = 0L; in sha384_init()
284 ++sha_info->count_hi; in sha512_update()
287 sha_info->count_hi += (SHA_INT32) count >> 29; in sha512_update()
323 hi_bit_count = sha_info->count_hi; in sha512_final()

Completed in 3 milliseconds