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

/bionic/libc/bionic/
H A Dsha1.c214 void SHA1Update(context, data, len) function
258 SHA1Update(context, (const u_char *)"\200", 1);
260 SHA1Update(context, (const u_char *)"\0", 1);
261 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */

Completed in 100 milliseconds