Searched refs:buffer8 (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/math/common/src/ |
| D | dgt_md5.c | 329 MI_CpuCopy8(input, &(context->buffer8[buffer_index]), length); in MATH_MD5Update() 334 MI_CpuCopy8(input, &(context->buffer8[buffer_index]), buffer_space); in MATH_MD5Update() 342 MI_CpuCopy8(p, context->buffer8, 64); in MATH_MD5Update() 350 MI_CpuCopy8(p, context->buffer8, length); in MATH_MD5Update() 379 MI_CpuFill8(&(context->buffer8[buffer_index]), 0, buffer_space); in MATH_MD5GetHash() 386 MI_CpuFill8(&(context->buffer8[buffer_index]), 0, buffer_space - sizeof(u64)); in MATH_MD5GetHash() 388 *(u64*)&(context->buffer8[64-sizeof(u64)]) = total_length; in MATH_MD5GetHash()
|
| /TwlSDK-5.1.0/include/nitro/math/ |
| D | dgt.h | 65 unsigned char buffer8[64]; member
|