Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/math/common/src/
Ddgt_md5.c368 u64 total_length; in MATH_MD5GetHash() local
371 total_length = context->length << 3; // bytes to bits in MATH_MD5GetHash()
388 *(u64*)&(context->buffer8[64-sizeof(u64)]) = total_length; in MATH_MD5GetHash()