Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ExecutionEngine/
DSha1Helper.cpp41 SHA1Init(&hashContext); in calcSHA1()
64 SHA1Init(&hashContext); in calcFileSHA1()
/frameworks/compile/libbcc/helper/
Dsha1.h19 void SHA1Init(SHA1_CTX* context);
Dsha1.c200 void SHA1Init(SHA1_CTX* context) in SHA1Init() function
302 SHA1Init(&context); in sha1file()