Home
last modified time | relevance | path

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

/external/boringssl/src/tool/
Ddigest.cc120 static bool SumFile(std::string *out_hex, const EVP_MD *md, in SumFile() function
189 if (!SumFile(&hex_digest, md, source)) { in PrintFileSum()
315 if (!SumFile(&calculated_hex_digest, md, target_source)) { in Check()