Searched defs:algName (Results 1 – 3 of 3) 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()
481 std::string algName = "SHA-256"; variable500 std::string algName = "SHA-256"; variable
87 public static byte[] getFileDigest(String filePath, String algName) { in getFileDigest()