Searched defs:algName (Results 1 – 4 of 4) sorted by relevance
57 …::vector<int8_t> HashUtils::GetFileDigest(const std::string& inputFile, const std::string& algName) in GetFileDigest()108 const std::string& algName) in GetDigestFromBytes()
36 std::string algName; in DoSomethingInterestingWithMyAPI() local
481 std::string algName = "SHA-256"; variable500 std::string algName = "SHA-256"; variable
87 public static byte[] getFileDigest(String filePath, String algName) { in getFileDigest()