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

/darwin-on-arm/xnu/bsd/dev/random/YarrowCoreLib/src/
H A Dsha1mod.c168 unsigned char finalcount[8]; local
171 finalcount[i] = (unsigned char)((context->count[(i >= 4 ? 0 : 1)]
178 YSHA1Update(context, finalcount, 8); /* Should cause a YSHA1Transform() */
188 memset(finalcount, 0, 8);

Completed in 14 milliseconds