Searched refs:GetSHA1DigestFromBuffer (Results 1 - 3 of 3) sorted by relevance

/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
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp81 Sha1Util::GetSHA1DigestFromBuffer(bitcode_sha1, pBitcode, pBitcodeSize);
364 Sha1Util::GetSHA1DigestFromBuffer(bitcode_sha1, pBitcode, pBitcodeSize);

Completed in 73 milliseconds