Home
last modified time | relevance | path

Searched refs:hasher (Results 5051 – 5075 of 10950) sorted by relevance

1...<<201202203204205206207208209210>>...438

/dports/net/routinator/routinator-0.10.2/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_map.rs587 let mut hasher = rand_state.build_hasher(); in seed() localVariable
590 COUNTER.fetch_add(1, Relaxed).hash(&mut hasher); in seed()
593 hasher.finish() in seed()
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/functional/hash/
H A Dextensions.hpp107 boost::hash<T> hasher; in hash_value() local
108 std::size_t seed = hasher(v.imag()); in hash_value()
109 seed ^= hasher(v.real()) + (seed<<6) + (seed>>2); in hash_value()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/internal/objectstore/test/
H A Dobjectstore_stub.go157 hasher := md5.New()
158 io.Copy(hasher, r.Body)
160 checksum := hasher.Sum(nil)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/andybalholm/brotli/
H A Dhash.go316 chooseHasher(params, &params.hasher)
317 self = newHasher(params.hasher.type_)
321 common.params = params.hasher
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/editors/helix/helix-0.5.0/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_map.rs587 let mut hasher = rand_state.build_hasher(); in seed() localVariable
590 COUNTER.fetch_add(1, Relaxed).hash(&mut hasher); in seed()
593 hasher.finish() in seed()
/dports/math/kalker/kalker-1.1.0/cargo-crates/rug-1.11.0/src/float/
H A Dord.rs255 let mut hasher = DefaultHasher::new(); in hash() localVariable
256 f.hash(&mut hasher); in hash()
257 hasher.finish() in hash()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/www/gitea/gitea-1.16.5/vendor/github.com/andybalholm/brotli/
H A Dhash.go314 chooseHasher(params, &params.hasher)
315 self = newHasher(params.hasher.type_)
319 common.params = params.hasher
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dblockencodings.cpp34 CSHA256 hasher; in FillShortTxIDSelector() local
35 hasher.Write((unsigned char*)&(*stream.begin()), stream.end() - stream.begin()); in FillShortTxIDSelector()
37 hasher.Finalize(shorttxidhash.begin()); in FillShortTxIDSelector()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/MachO/Inputs/
H A Dcode-signature-check.py244 hasher = hashlib.sha256()
246 hasher.update(args.binary.read(read_size))
247 calculated_hash_bytes = hasher.digest()
/dports/net/py-python-keystoneclient/python-keystoneclient-4.3.0/keystoneclient/common/
H A Dcms.py439 hasher = hashlib.new(mode)
442 hasher.update(token_id)
443 return hasher.hexdigest()
/dports/devel/gocheese/gocheese-2.5.0/src/go.cypherpunks.ru/gocheese/v2/
H A Dupload.go106 hasher := sha256.New()
107 wr := io.MultiWriter(hasher, dst)
130 digest := hasher.Sum(nil)
/dports/net/oha/oha-0.4.7/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_map.rs587 let mut hasher = rand_state.build_hasher(); in seed() localVariable
590 COUNTER.fetch_add(1, Relaxed).hash(&mut hasher); in seed()
593 hasher.finish() in seed()
/dports/net/oha/oha-0.4.7/cargo-crates/float-ord-0.3.2/src/
H A Dlib.rs123 let mut hasher = DefaultHasher::new(); in hash() localVariable
124 f.hash(&mut hasher); in hash()
125 hasher.finish() in hash()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/andybalholm/brotli/
H A Dhash.go316 chooseHasher(params, &params.hasher)
317 self = newHasher(params.hasher.type_)
321 common.params = params.hasher
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_map.rs587 let mut hasher = rand_state.build_hasher(); in seed() localVariable
590 COUNTER.fetch_add(1, Relaxed).hash(&mut hasher); in seed()
593 hasher.finish() in seed()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/tokio-stream-0.1.7/src/
H A Dstream_map.rs587 let mut hasher = rand_state.build_hasher(); in seed() localVariable
590 COUNTER.fetch_add(1, Relaxed).hash(&mut hasher); in seed()
593 hasher.finish() in seed()
/dports/lang/rust/rustc-1.58.1-src/vendor/tokio-stream/src/
H A Dstream_map.rs587 let mut hasher = rand_state.build_hasher(); in seed() localVariable
590 COUNTER.fetch_add(1, Relaxed).hash(&mut hasher); in seed()
593 hasher.finish() in seed()

1...<<201202203204205206207208209210>>...438