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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c243 uint8_t finalcount[8]; local
247 finalcount[i] = (uint8_t)((context->count[(i>=4?
255 SHA1Update(context, finalcount, 8);
265 memset(&finalcount, 0, 8);

Completed in 2254 milliseconds