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

/frameworks/compile/libbcc/lib/Support/
H A DSha1Util.cpp38 SHA1_CTX sha1_context; local
39 SHA1Init(&sha1_context);
50 SHA1Update(&sha1_context,
59 SHA1Final(pResult, &sha1_context);
66 SHA1_CTX sha1_context; local
68 SHA1Init(&sha1_context);
70 SHA1Update(&sha1_context,
74 SHA1Final(pResult, &sha1_context);

Completed in 45 milliseconds