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

/vbox/src/recompiler/tests/
H A Dsha1.c43 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len);
148 void SHA1Update(SHA1_CTX* context, const unsigned char* data, uint32_t len) function
202 SHA1Update(context, &c, 1);
205 SHA1Update(context, &c, 1);
207 SHA1Update(context, finalcount, 8); /* Should cause a SHA1Transform() */
232 SHA1Update(&ctx, buf, BUFSIZE);

Completed in 42 milliseconds