Searched defs:finalcount (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/tests/
H A Dsha1.c176 unsigned char finalcount[8]; local
181 * in finalcount. Second element first, but
185 unsigned char *fcp = &finalcount[8];
197 finalcount[i] = (unsigned char)((context->count[(i >= 4 ? 0 : 1)]
207 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
214 memset(&finalcount, '\0', sizeof(finalcount));

Completed in 33 milliseconds