Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/math/common/src/
Ddgt_sha1.c225 ++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()
/TwlSDK-5.1.0/include/nitro/math/
Ddgt.h75 u32 blocks_high; member