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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.h20 void SHA1Update(SHA1_CTX* context, const unsigned char* data,
H A DSha1Util.cpp50 SHA1Update(&sha1_context,
70 SHA1Update(&sha1_context,
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...]
/frameworks/base/services/input/
H A DEventHub.cpp85 SHA1Update(&ctx, reinterpret_cast<const u_char*>(in.string()), in.size());

Completed in 312 milliseconds