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

/system/extras/ext4_utils/
H A Dsha1.c217 void SHA1Update(context, data, len) function
261 SHA1Update(context, (const u_char *)"\200", 1);
263 SHA1Update(context, (const u_char *)"\0", 1);
264 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */

Completed in 411 milliseconds