Searched refs:ForEachFileSegment (Results 1 – 2 of 2) sorted by relevance
47 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment() function75 int err = ForEachFileSegment(fpath, md5Update); in HashWithMD5()88 int err = ForEachFileSegment(fpath, sha1Update); in HashWithSHA1()101 int err = ForEachFileSegment(fpath, sha256Update); in HashWithSHA256()
45 static int ForEachFileSegment(const string &fpath, function<void(char *, size_t)> executor) in ForEachFileSegment() function73 int err = ForEachFileSegment(fpath, sha256Update); in HashWithSHA256()