Searched refs:finalcount (Results 1 - 1 of 1) sorted by path

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c244 unsigned char finalcount[8]; local
248 finalcount[i] = (unsigned char)((context->count[(i>=4?
256 SHA1Update(context, finalcount, 8);
266 memset(&finalcount, 0, 8);

Completed in 7113 milliseconds