Home
last modified time | relevance | path

Searched defs:siphash (Results 1 – 4 of 4) sorted by relevance

/external/expat/expat/lib/
Dsiphash.h131 struct siphash { struct
136 }; /* struct siphash */ argument
/external/python/cpython3/Modules/expat/
Dsiphash.h131 struct siphash { struct
136 }; /* struct siphash */ argument
/external/python/cpython3/Include/internal/
Dpycore_pyhash.h57 } siphash; member
/external/rust/android-crates-io/crates/ahash/tests/
Dbench.rs41 fn siphash<H: Hash>(b: &H) -> u64 { in siphash() function