Searched refs:test_with_keys (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/ahash/src/ |
D | hash_quality_test.rs | 418 test_finish_is_consistent(AHasher::test_with_keys) in fallback_finish_is_consistant() 460 let mut hasher1 = AHasher::test_with_keys(0, 0); in test_single_bit_in_byte() 462 let mut hasher2 = AHasher::test_with_keys(0, 0); in test_single_bit_in_byte() 469 test_single_bit_flip(|| AHasher::test_with_keys(BAD_KEY, BAD_KEY)); in aes_single_bit_flip() 470 test_single_bit_flip(|| AHasher::test_with_keys(BAD_KEY2, BAD_KEY2)); in aes_single_bit_flip() 475 test_single_key_bit_flip(AHasher::test_with_keys) in aes_single_key_bit_flip() 480 test_all_bytes_matter(|| AHasher::test_with_keys(BAD_KEY, BAD_KEY)); in aes_all_bytes_matter() 481 test_all_bytes_matter(|| AHasher::test_with_keys(BAD_KEY2, BAD_KEY2)); in aes_all_bytes_matter() 486 test_no_pair_collisions(|| AHasher::test_with_keys(BAD_KEY, BAD_KEY)); in aes_test_no_pair_collisions() 487 test_no_pair_collisions(|| AHasher::test_with_keys(BAD_KEY2, BAD_KEY2)); in aes_test_no_pair_collisions() [all …]
|
D | fallback_hash.rs | 45 pub(crate) fn test_with_keys(key1: u128, key2: u128) -> Self { in test_with_keys() method
|
D | aes_hash.rs | 63 pub(crate) fn test_with_keys(key1: u128, key2: u128) -> Self { in test_with_keys() method
|