Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dsha256module.c37 typedef uint32_t SHA_INT32; /* 32-bit integer */ typedef
48 SHA_INT32 digest[8]; /* Message digest */
49 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */
74 static void longReverse(SHA_INT32 *buffer, int byteCount) in longReverse()
136 SHA_INT32 S[8], W[64], t0, t1; in sha_transform()
276 SHA_INT32 clo; in sha_update()
278 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha_update()
283 sha_info->count_hi += (SHA_INT32) count >> 29; in sha_update()
316 SHA_INT32 lo_bit_count, hi_bit_count; in sha_final()
H A Dsha512module.c37 typedef uint32_t SHA_INT32; /* 32-bit integer */ typedef
50 SHA_INT32 count_lo, count_hi; /* 64-bit bit count */
280 SHA_INT32 clo; in sha512_update()
282 clo = sha_info->count_lo + ((SHA_INT32) count << 3); in sha512_update()
287 sha_info->count_hi += (SHA_INT32) count >> 29; in sha512_update()
320 SHA_INT32 lo_bit_count, hi_bit_count; in sha512_final()

Completed in 3 milliseconds