Home
last modified time | relevance | path

Searched refs:SHA1Update (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/
DSha1Helper.cpp42 SHA1Update(&hashContext, in calcSHA1()
74 SHA1Update(&hashContext, in calcFileSHA1()
/frameworks/compile/libbcc/helper/
Dsha1.h20 void SHA1Update(SHA1_CTX* context, const unsigned char* data,
Dsha1.c214 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()