Home
last modified time | relevance | path

Searched refs:hasher (Results 201 – 225 of 10566) sorted by relevance

12345678910>>...423

/dports/devel/parallel-hashmap/parallel-hashmap-1.33/tests/
H A Dunordered_set_constructor_test.h50 H hasher; in TYPED_TEST_P() local
61 H hasher; in TYPED_TEST_P() local
75 H hasher; in TYPED_TEST_P() local
137 H hasher;
184 H hasher;
227 H hasher;
248 H hasher;
270 H hasher;
293 H hasher;
315 H hasher;
[all …]
H A Dunordered_map_constructor_test.h58 H hasher; in TYPED_TEST_P() local
69 H hasher; in TYPED_TEST_P() local
83 H hasher; in TYPED_TEST_P() local
137 H hasher;
184 H hasher;
227 H hasher;
248 H hasher;
269 H hasher;
292 H hasher;
314 H hasher;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/abseil-cpp/absl/container/internal/
H A Dunordered_set_constructor_test.h52 H hasher; in TYPED_TEST_P() local
63 H hasher; in TYPED_TEST_P() local
77 H hasher; in TYPED_TEST_P() local
139 H hasher;
186 H hasher;
229 H hasher;
250 H hasher;
272 H hasher;
295 H hasher;
317 H hasher;
[all …]
H A Dunordered_map_constructor_test.h50 H hasher; in TYPED_TEST_P() local
61 H hasher; in TYPED_TEST_P() local
75 H hasher; in TYPED_TEST_P() local
129 H hasher;
176 H hasher;
219 H hasher;
240 H hasher;
261 H hasher;
284 H hasher;
306 H hasher;
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/internal/
H A Dunordered_set_constructor_test.h52 H hasher; in TYPED_TEST_P() local
63 H hasher; in TYPED_TEST_P() local
77 H hasher; in TYPED_TEST_P() local
139 H hasher;
186 H hasher;
229 H hasher;
250 H hasher;
272 H hasher;
295 H hasher;
317 H hasher;
[all …]
H A Dunordered_map_constructor_test.h51 H hasher; in TYPED_TEST_P() local
62 H hasher; in TYPED_TEST_P() local
76 H hasher; in TYPED_TEST_P() local
130 H hasher;
177 H hasher;
220 H hasher;
241 H hasher;
263 H hasher;
287 H hasher;
310 H hasher;
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Identity.Test/
H A DPasswordHasherTest.cs43 var hasher = new PasswordHasher(compatMode: compatMode); in FullRoundTrip()
46 var hashedPassword = hasher.HashPassword(null, "password 1"); in FullRoundTrip()
47 var successResult = hasher.VerifyHashedPassword(null, hashedPassword, "password 1"); in FullRoundTrip()
51 var failedResult = hasher.VerifyHashedPassword(null, hashedPassword, "password 2"); in FullRoundTrip()
59 var hasher = new PasswordHasher(compatMode: null); in HashPassword_DefaultsToVersion3()
62 string retVal = hasher.HashPassword(null, "my password"); in HashPassword_DefaultsToVersion3()
75 string retVal = hasher.HashPassword(null, "my password"); in HashPassword_Version2()
88 string retVal = hasher.HashPassword(null, "my password"); in HashPassword_Version3()
106 var hasher = new PasswordHasher(); in VerifyHashedPassword_FailureCases()
109 var result = hasher.VerifyHashedPassword(null, hashedPassword, "my password"); in VerifyHashedPassword_FailureCases()
[all …]
/dports/security/p5-Crypt-PBKDF2/Crypt-PBKDF2-0.161520/lib/Crypt/
H A DPBKDF2.pm38 has hasher => (
132 my $hasher = try {
140 hasher => $hasher,
154 my $hasher = $self->hasher;
157 my $hLen = $hasher->hash_len;
219 my $hasher = $self->hasher;
220 my $hasher_class = blessed($hasher);
225 my $algo_string = $hasher->to_algo_string;
235 my $hasher = $self->hasher;
236 my $hasher_class = blessed($hasher);
[all …]
/dports/security/p5-Crypt-PBKDF2/Crypt-PBKDF2-0.161520/t/
H A D03-clone.t15 my $orig_hasher = $orig->hasher;
20 my $clone_hasher = $clone->hasher;
27 my $clone_hasher = $clone->hasher;
34 my $hasher = Crypt::PBKDF2::Hash::HMACSHA1->new;
35 my $orig = Crypt::PBKDF2->new(hasher => $hasher);
36 is $orig->hasher, $hasher, 'Used the hasher we passed in';
37 is $orig->clone->hasher, $hasher, 'Same hasher on clone';
/dports/lang/zig-devel/zig-0.9.0/lib/std/hash/
H A Dauto_hash.zig199 hash(hasher, key, .Shallow);
207 var hasher = Wyhash.init(0);
209 return hasher.final();
214 var hasher = Wyhash.init(0);
216 return hasher.final();
222 hash(&hasher, key, .Deep);
223 return hasher.final();
230 return hasher.final();
333 autoHash(&hasher, foo.a);
334 autoHash(&hasher, foo.b);
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/hash/
H A Dauto_hash.zig199 hash(hasher, key, .Shallow);
207 var hasher = Wyhash.init(0);
209 return hasher.final();
214 var hasher = Wyhash.init(0);
216 return hasher.final();
222 hash(&hasher, key, .Deep);
223 return hasher.final();
230 return hasher.final();
333 autoHash(&hasher, foo.a);
334 autoHash(&hasher, foo.b);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/abseil-cpp/absl/container/internal/
H A Dunordered_map_constructor_test.h50 H hasher; in TYPED_TEST_P() local
61 H hasher; in TYPED_TEST_P() local
75 H hasher; in TYPED_TEST_P() local
129 H hasher;
176 H hasher;
219 H hasher;
240 H hasher;
261 H hasher;
284 H hasher;
306 H hasher;
[all …]
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/internal/
H A Dunordered_map_constructor_test.h51 H hasher; in TYPED_TEST_P() local
62 H hasher; in TYPED_TEST_P() local
76 H hasher; in TYPED_TEST_P() local
130 H hasher;
177 H hasher;
220 H hasher;
241 H hasher;
263 H hasher;
287 H hasher;
310 H hasher;
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/abseil-cpp/absl/container/internal/
H A Dunordered_map_constructor_test.h50 H hasher; in TYPED_TEST_P() local
61 H hasher; in TYPED_TEST_P() local
75 H hasher; in TYPED_TEST_P() local
129 H hasher;
176 H hasher;
219 H hasher;
240 H hasher;
261 H hasher;
284 H hasher;
306 H hasher;
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/third_party/abseil-cpp/absl/container/internal/
H A Dunordered_map_constructor_test.h50 H hasher; in TYPED_TEST_P() local
61 H hasher; in TYPED_TEST_P() local
75 H hasher; in TYPED_TEST_P() local
129 H hasher;
176 H hasher;
219 H hasher;
240 H hasher;
261 H hasher;
284 H hasher;
306 H hasher;
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-0.10.38/src/
H A Dsha.rs339 hasher.update(b"a"); in struct_1()
340 hasher.update(b"bc"); in struct_1()
350 hasher.update(b"a"); in cloning_allows_incremental_hashing()
373 hasher.update(b"a"); in struct_224()
374 hasher.update(b"bc"); in struct_224()
392 hasher.update(b"a"); in struct_256()
393 hasher.update(b"bc"); in struct_256()
415 hasher.update(b"a"); in struct_384()
416 hasher.update(b"bc"); in struct_384()
438 hasher.update(b"a"); in struct_512()
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/openssl-0.10.32/src/
H A Dsha.rs361 hasher.update(b"a"); in struct_1()
362 hasher.update(b"bc"); in struct_1()
371 hasher.update(b"a"); in cloning_allows_incremental_hashing()
393 hasher.update(b"a"); in struct_224()
394 hasher.update(b"bc"); in struct_224()
411 hasher.update(b"a"); in struct_256()
412 hasher.update(b"bc"); in struct_256()
433 hasher.update(b"a"); in struct_384()
434 hasher.update(b"bc"); in struct_384()
455 hasher.update(b"a"); in struct_512()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/openssl-0.10.32/src/
H A Dsha.rs361 hasher.update(b"a"); in struct_1()
362 hasher.update(b"bc"); in struct_1()
371 hasher.update(b"a"); in cloning_allows_incremental_hashing()
393 hasher.update(b"a"); in struct_224()
394 hasher.update(b"bc"); in struct_224()
411 hasher.update(b"a"); in struct_256()
412 hasher.update(b"bc"); in struct_256()
433 hasher.update(b"a"); in struct_384()
434 hasher.update(b"bc"); in struct_384()
455 hasher.update(b"a"); in struct_512()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/openssl-0.10.36/src/
H A Dsha.rs339 hasher.update(b"a"); in struct_1()
340 hasher.update(b"bc"); in struct_1()
350 hasher.update(b"a"); in cloning_allows_incremental_hashing()
373 hasher.update(b"a"); in struct_224()
374 hasher.update(b"bc"); in struct_224()
392 hasher.update(b"a"); in struct_256()
393 hasher.update(b"bc"); in struct_256()
415 hasher.update(b"a"); in struct_384()
416 hasher.update(b"bc"); in struct_384()
438 hasher.update(b"a"); in struct_512()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-0.10.38/src/
H A Dsha.rs339 hasher.update(b"a"); in struct_1()
340 hasher.update(b"bc"); in struct_1()
350 hasher.update(b"a"); in cloning_allows_incremental_hashing()
373 hasher.update(b"a"); in struct_224()
374 hasher.update(b"bc"); in struct_224()
392 hasher.update(b"a"); in struct_256()
393 hasher.update(b"bc"); in struct_256()
415 hasher.update(b"a"); in struct_384()
416 hasher.update(b"bc"); in struct_384()
438 hasher.update(b"a"); in struct_512()
[all …]
/dports/www/castor/castor-0.8.16/cargo-crates/openssl-0.10.30/src/
H A Dsha.rs361 hasher.update(b"a"); in struct_1()
362 hasher.update(b"bc"); in struct_1()
371 hasher.update(b"a"); in cloning_allows_incremental_hashing()
393 hasher.update(b"a"); in struct_224()
394 hasher.update(b"bc"); in struct_224()
411 hasher.update(b"a"); in struct_256()
412 hasher.update(b"bc"); in struct_256()
433 hasher.update(b"a"); in struct_384()
434 hasher.update(b"bc"); in struct_384()
455 hasher.update(b"a"); in struct_512()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/openssl-0.10.38/src/
H A Dsha.rs339 hasher.update(b"a"); in struct_1()
340 hasher.update(b"bc"); in struct_1()
350 hasher.update(b"a"); in cloning_allows_incremental_hashing()
373 hasher.update(b"a"); in struct_224()
374 hasher.update(b"bc"); in struct_224()
392 hasher.update(b"a"); in struct_256()
393 hasher.update(b"bc"); in struct_256()
415 hasher.update(b"a"); in struct_384()
416 hasher.update(b"bc"); in struct_384()
438 hasher.update(b"a"); in struct_512()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/openssl-0.10.32/src/
H A Dsha.rs361 hasher.update(b"a"); in struct_1()
362 hasher.update(b"bc"); in struct_1()
371 hasher.update(b"a"); in cloning_allows_incremental_hashing()
393 hasher.update(b"a"); in struct_224()
394 hasher.update(b"bc"); in struct_224()
411 hasher.update(b"a"); in struct_256()
412 hasher.update(b"bc"); in struct_256()
433 hasher.update(b"a"); in struct_384()
434 hasher.update(b"bc"); in struct_384()
455 hasher.update(b"a"); in struct_512()
[all …]
/dports/dns/dog/dog-0.1.0/cargo-crates/openssl-0.10.30/src/
H A Dsha.rs361 hasher.update(b"a"); in struct_1()
362 hasher.update(b"bc"); in struct_1()
371 hasher.update(b"a"); in cloning_allows_incremental_hashing()
393 hasher.update(b"a"); in struct_224()
394 hasher.update(b"bc"); in struct_224()
411 hasher.update(b"a"); in struct_256()
412 hasher.update(b"bc"); in struct_256()
433 hasher.update(b"a"); in struct_384()
434 hasher.update(b"bc"); in struct_384()
455 hasher.update(b"a"); in struct_512()
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/openssl-0.10.36/src/
H A Dsha.rs339 hasher.update(b"a"); in struct_1()
340 hasher.update(b"bc"); in struct_1()
350 hasher.update(b"a"); in cloning_allows_incremental_hashing()
373 hasher.update(b"a"); in struct_224()
374 hasher.update(b"bc"); in struct_224()
392 hasher.update(b"a"); in struct_256()
393 hasher.update(b"bc"); in struct_256()
415 hasher.update(b"a"); in struct_384()
416 hasher.update(b"bc"); in struct_384()
438 hasher.update(b"a"); in struct_512()
[all …]

12345678910>>...423