Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dsha1.c95 context->Length_High = 0; in SHA1Reset()
152 context->Length_High = 0; in SHA1Result()
217 context->Length_High++; in SHA1Input()
218 if (context->Length_High == 0) in SHA1Input()
401 context->Message_Block[56] = context->Length_High >> 24; in SHA1PadMessage()
402 context->Message_Block[57] = context->Length_High >> 16; in SHA1PadMessage()
403 context->Message_Block[58] = context->Length_High >> 8; in SHA1PadMessage()
404 context->Message_Block[59] = context->Length_High; in SHA1PadMessage()
Dsha1.h81 uint32_t Length_High; /* Message length in bits */ member