Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/Support/
DSha1Util.cpp39 SHA1Init(&sha1_context); in GetSHA1DigestFromFile()
68 SHA1Init(&sha1_context); in GetSHA1DigestFromBuffer()
Dsha1.h21 void SHA1Init(SHA1_CTX* context);
Dsha1.c199 void SHA1Init(SHA1_CTX* context) in SHA1Init() function
301 SHA1Init(&context); in sha1file()