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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c6 * - Made argument to SHA1Update a const pointer, and enabled
26 Routine SHA1Update changed from
27 void SHA1Update(SHA1_CTX* context, unsigned char* data,
30 void SHA1Update(SHA1_CTX* context, unsigned char* data,
37 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
43 I also changed the declaration of variables i & j in SHA1Update
214 void SHA1Update(SHA1_CTX* context, const unsigned char* data, function
252 SHA1Update(context, (unsigned char *)"\200", 1);
254 SHA1Update(context, (unsigned char *)"\0", 1);
256 SHA1Update(contex
[all...]

Completed in 50 milliseconds