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

/frameworks/compile/libbcc/lib/Support/
H A Dsha1.h11 } SHA1_CTX; typedef in typeref:struct:__anon1222
19 void SHA1Init(SHA1_CTX* context);
20 void SHA1Update(SHA1_CTX* context, const unsigned char* data,
22 void SHA1Final(unsigned char digest[HASHSIZE], SHA1_CTX* context);

Completed in 53 milliseconds