Searched refs:SHA1Update (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/libbcc/lib/ExecutionEngine/ |
D | Sha1Helper.cpp | 42 SHA1Update(&hashContext, in calcSHA1() 74 SHA1Update(&hashContext, in calcFileSHA1()
|
/frameworks/compile/libbcc/helper/ |
D | sha1.h | 20 void SHA1Update(SHA1_CTX* context, const unsigned char* data,
|
D | sha1.c | 214 void SHA1Update(SHA1_CTX* context, const unsigned char* data, in SHA1Update() function 252 SHA1Update(context, (unsigned char *)"\200", 1); in SHA1Final() 254 SHA1Update(context, (unsigned char *)"\0", 1); in SHA1Final() 256 SHA1Update(context, finalcount, 8); in SHA1Final() 306 SHA1Update(&context, buffer, bytesread); in sha1file()
|