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

/dalvik/libdex/
H A Dsha1.cpp4 * - Made argument to SHA1Update a const pointer, and enabled
24 Routine SHA1Update changed from
25 void SHA1Update(SHA1_CTX* context, unsigned char* data,
28 void SHA1Update(SHA1_CTX* context, unsigned char* data,
35 8191 (8K - 1) due to the 'len << 3' on line 3 of SHA1Update().
41 I also changed the declaration of variables i & j in SHA1Update
215 void SHA1Update(SHA1_CTX* context, const unsigned char* data, function
253 SHA1Update(context, (unsigned char *)"\200", 1);
255 SHA1Update(context, (unsigned char *)"\0", 1);
257 SHA1Update(contex
[all...]

Completed in 21 milliseconds