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

/frameworks/compile/libbcc/include/bcc/Support/
H A DSha1Util.h26 #ifndef SHA1_DIGEST_LENGTH
27 #define SHA1_DIGEST_LENGTH 20 macro
39 static bool GetSHA1DigestFromFile(uint8_t pResult[SHA1_DIGEST_LENGTH],
43 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH],
47 static bool GetSHA1DigestFromBuffer(uint8_t pResult[SHA1_DIGEST_LENGTH],

Completed in 60 milliseconds