OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Length_High
(Results
1 - 2
of
2
) sorted by null
/external/libvncserver/common/
sha1.h
81
uint32_t
Length_High
; /* Message length in bits */
sha1.c
95
context->
Length_High
= 0;
152
context->
Length_High
= 0;
217
context->
Length_High
++;
218
if (context->
Length_High
== 0)
401
context->Message_Block[56] = context->
Length_High
>> 24;
402
context->Message_Block[57] = context->
Length_High
>> 16;
403
context->Message_Block[58] = context->
Length_High
>> 8;
404
context->Message_Block[59] = context->
Length_High
;
Completed in 407 milliseconds