Searched refs:blocks_high (Results 1 – 2 of 2) sorted by relevance
225 ++context->blocks_high; in MATHi_SHA1Fill()261 context->blocks_high = 0; in MATH_SHA1Init()303 ++context->blocks_high; in MATH_SHA1Update()328 (context->blocks_high << (6 + 3)) + (context->blocks_low >> (u32)(32 - (6 + 3)))); in MATH_SHA1GetHash()
75 u32 blocks_high; member