Searched refs:hasher (Results 1 – 4 of 4) sorted by relevance
62 hasher = sha1()65 hasher.update(buf)71 return hasher.hexdigest()74 hasher = sha1()77 sha1sums.append(compute_sha1(path, hasher))78 return (hasher.hexdigest(), sha1sums)
75 typedef HashFunctionTy hasher; typedef96 hasher& hash() in hash()99 const hasher& hash() const in hash()132 hasher m_Hasher;
44 typedef HashFunctionTy hasher; typedef
1247 hash::StringHash<hash::DJB> hasher; in emitGNUHashTab() local1248 uint32_t djbhash = hasher((*symbol)->name()); in emitGNUHashTab()