Home
last modified time | relevance | path

Searched defs:SipHasher24 (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/siphasher/src/
Dsip.rs35 pub struct SipHasher24 { struct
53 pub struct SipHasher(SipHasher24); argument
240 impl SipHasher24 { implementation
249 pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher24 { in new_with_keys()
256 pub fn new_with_key(key: &[u8; 16]) -> SipHasher24 { in new_with_key()
431 impl hash::Hasher for SipHasher24 { implementation
Dsip128.rs54 pub struct SipHasher24 { struct
69 pub struct SipHasher(SipHasher24); argument
277 impl SipHasher24 { implementation
286 pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher24 { in new_with_keys()
293 pub fn new_with_key(key: &[u8; 16]) -> SipHasher24 { in new_with_key()
325 impl Hasher128 for SipHasher24 { implementation
499 impl hash::Hasher for SipHasher24 { implementation