Home
last modified time | relevance | path

Searched refs:Hash (Results 26 – 50 of 19108) sorted by relevance

12345678910>>...765

/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/rsa-0.3.0/src/
H A Dhash.rs3 pub enum Hash { enum
17 impl Hash { implementation
21 Hash::MD5 => 16, in size()
22 Hash::SHA1 => 20, in size()
23 Hash::SHA2_224 => 28, in size()
24 Hash::SHA2_256 => 32, in size()
25 Hash::SHA2_384 => 48, in size()
26 Hash::SHA2_512 => 64, in size()
30 Hash::MD5SHA1 => 36, in size()
38 Hash::MD5 => &[ in asn1_prefix()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rsa-0.5.0/src/
H A Dhash.rs3 pub enum Hash { enum
17 impl Hash { implementation
21 Hash::MD5 => 16, in size()
22 Hash::SHA1 => 20, in size()
23 Hash::SHA2_224 => 28, in size()
24 Hash::SHA2_256 => 32, in size()
25 Hash::SHA2_384 => 48, in size()
26 Hash::SHA2_512 => 64, in size()
30 Hash::MD5SHA1 => 36, in size()
38 Hash::MD5 => &[ in asn1_prefix()
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/snapshot/
H A Ddifflayer_test.go38 func copyAccounts(accounts map[common.Hash][]byte) map[common.Hash][]byte {
46 func copyStorage(storage map[common.Hash]map[common.Hash][]byte) map[common.Hash]map[common.Hash][]…
47 copy := make(map[common.Hash]map[common.Hash][]byte)
62 storage = make(map[common.Hash]map[common.Hash][]byte)
127 storage = make(map[common.Hash]map[common.Hash][]byte)
210 storage = make(map[common.Hash]map[common.Hash][]byte)
218 storage = make(map[common.Hash]map[common.Hash][]byte)
254 storage = make(map[common.Hash]map[common.Hash][]byte)
290 storage = make(map[common.Hash]map[common.Hash][]byte)
324 storage = make(map[common.Hash]map[common.Hash][]byte)
[all …]
/dports/security/py-cybox/python-cybox-2.1.0.21/cybox/test/common/
H A Dhash_test.py28 'type': Hash.TYPE_MD5},
30 'type': Hash.TYPE_SHA1},
53 h = Hash()
61 h2 = Hash()
68 h = Hash(EMPTY_MD5)
71 h2 = Hash(self.md5)
76 h = Hash(EMPTY_SHA1)
79 h2 = Hash(self.sha1)
138 h = Hash(self.md5)
147 h = Hash(s)
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/hash/
H A DTestHash.java31 Hash.JENKINS_HASH == Hash.parseHashType("jenkins")); in testHash()
33 Hash.MURMUR_HASH == Hash.parseHashType("murmur")); in testHash()
35 Hash.INVALID_HASH == Hash.parseHashType("undefined")); in testHash()
51 JenkinsHash.getInstance() == Hash.getInstance(Hash.JENKINS_HASH)); in testHash()
53 MurmurHash.getInstance() == Hash.getInstance(Hash.MURMUR_HASH)); in testHash()
56 Hash.getInstance(Hash.INVALID_HASH)); in testHash()
58 int murmurHash = Hash.getInstance(Hash.MURMUR_HASH).hash(LINE.getBytes()); in testHash()
61 murmurHash == Hash.getInstance(Hash.MURMUR_HASH) in testHash()
69 murmurHash == Hash.getInstance(Hash.MURMUR_HASH).hash( in testHash()
77 jenkinsHash == Hash.getInstance(Hash.JENKINS_HASH).hash( in testHash()
[all …]
/dports/misc/metalink-tools/metalink-0.3.6/
H A DMakefile.am7Hash/HashPieces/HashPieces.hh src/Hash/HashPieces/xml.cc src/Hash/HashPieces/HashPieces.ih src/Has…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF);
38 Hash = Hash * FNV_PRIME_64;
53 hashing::detail::stable_hash_append(Hash, A);
54 hashing::detail::stable_hash_append(Hash, B);
55 return Hash;
61 hashing::detail::stable_hash_append(Hash, A);
64 return Hash;
74 return Hash;
89 return Hash;
96 return Hash;
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/CodeGen/
H A DStableHashing.h37 Hash = Hash ^ (Value & 0xFF); in stable_hash_append()
38 Hash = Hash * FNV_PRIME_64; in stable_hash_append()
53 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
54 hashing::detail::stable_hash_append(Hash, B); in stable_hash_combine()
55 return Hash; in stable_hash_combine()
61 hashing::detail::stable_hash_append(Hash, A); in stable_hash_combine()
64 return Hash; in stable_hash_combine()
74 return Hash; in stable_hash_combine()
89 return Hash; in stable_hash_combine_range()
96 return Hash; in stable_hash_combine_array()
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/security/hash/Hash-3c8d607b3d470d8a41ac3262ee310e850fab61cd/tests/
H A Dtest_tiger.cpp21 using Hash = Chocobo1::Tiger1_192; typedef
49 Hash test9;
73 REQUIRE(Hash().addData(Hash::Span<const int>(s15)).finalize().toString()
74 == Hash().addData(s15_2).finalize().toString());
77 const auto s16_1 = Hash().addData(s16, 2).finalize().toArray();
78 const auto s16_2 = Hash().addData(s16).finalize().toArray();
85 using Hash = Chocobo1::Tiger2_192; typedef
113 Hash test9;
137 REQUIRE(Hash().addData(Hash::Span<const int>(s15)).finalize().toString()
138 == Hash().addData(s15_2).finalize().toString());
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/jesseduffield/go-git/v5/go-git-341962be15a4/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/go-git/go-git/v5/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
78 h plumbing.Hash, argument
104 walkerFunc(do.Hash)
107 walkerFunc(do.Hash)
154 cb(commit.Hash)
183 if seen[tree.Hash] {
187 cb(tree.Hash)
204 if seen[e.Hash] {
208 cb(e.Hash)
214 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/security/keybase/client-v5.7.1/go/vendor/gopkg.in/src-d/go-git.v4/plumbing/revlist/
H A Drevlist.go22 ignore []plumbing.Hash, argument
89 h plumbing.Hash, argument
116 walkerFunc(do.Hash)
119 walkerFunc(do.Hash)
166 cb(commit.Hash)
195 if seen[tree.Hash] {
199 cb(tree.Hash)
216 if seen[e.Hash] {
220 cb(e.Hash)
226 func hashSetToList(hashes map[plumbing.Hash]bool) []plumbing.Hash {
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dhighlight.haml.ref2Hash> </Hash><Symbol>:xmlns</Symbol><Hash> </Hash><Operator>=></Operator><Hash> </Hash><String>"ht…
5Hash> </Hash><Operator>=></Operator><Hash> </Hash><String>"Content-Type"</String><Hash>, </Hash><S…
6Hash> </Hash><Operator>=></Operator><Hash> </Hash><String>"stylesheet"</String><Hash>, </Hash><Str…

12345678910>>...765