Searched defs:SipHasher13 (Results 1 – 5 of 5) sorted by relevance
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | sip.rs | 20 pub(crate) struct SipHasher13 { struct 21 k0: u64, 22 k1: u64, 23 length: usize, // how many bytes we've processed 24 state: State, // hash State 25 tail: u64, // unprocessed bytes le 26 ntail: usize, // how many bytes in tail are valid 111 impl SipHasher13 { impl 146 impl Hasher for SipHasher13 { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | sip.rs | 20 pub(crate) struct SipHasher13 { struct 21 k0: u64, 22 k1: u64, 23 length: usize, // how many bytes we've processed 24 state: State, // hash State 25 tail: u64, // unprocessed bytes le 26 ntail: usize, // how many bytes in tail are valid 111 impl SipHasher13 { impl 146 impl Hasher for SipHasher13 { implementation
|
/external/rust/cxx/src/ |
D | sip.rs | 20 pub(crate) struct SipHasher13 { struct 21 k0: u64, 22 k1: u64, 23 length: usize, // how many bytes we've processed 24 state: State, // hash State 25 tail: u64, // unprocessed bytes le 26 ntail: usize, // how many bytes in tail are valid 111 impl SipHasher13 { implementation 146 impl Hasher for SipHasher13 { implementation
|
/external/rust/android-crates-io/crates/siphasher/src/ |
D | sip.rs | 26 pub struct SipHasher13 { struct 27 hasher: Hasher<Sip13Rounds>, 192 impl SipHasher13 { implementation 201 pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher13 { in new_with_keys() 208 pub fn new_with_key(key: &[u8; 16]) -> SipHasher13 { in new_with_key() 394 impl hash::Hasher for SipHasher13 { implementation
|
D | sip128.rs | 47 pub struct SipHasher13 { struct 48 hasher: Hasher<Sip13Rounds>, 221 impl SipHasher13 { implementation 230 pub fn new_with_keys(key0: u64, key1: u64) -> SipHasher13 { in new_with_keys() 237 pub fn new_with_key(key: &[u8; 16]) -> SipHasher13 { in new_with_key() 269 impl Hasher128 for SipHasher13 { implementation 462 impl hash::Hasher for SipHasher13 { implementation
|