Searched defs:GetSHA1DigestFromBuffer (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/libbcc/include/bcc/Support/
H A DSha1Util.h43 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH],
47 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], function in class:bcc::Sha1Util
49 return GetSHA1DigestFromBuffer(pResult,
/frameworks/compile/libbcc/lib/Support/
H A DSha1Util.cpp64 bool Sha1Util::GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH], function in class:Sha1Util

Completed in 466 milliseconds