Home
last modified time | relevance | path

Searched defs:hash_bytes (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/tests/
H A DChecksumTest.cpp86 auto hash_bytes = [&](int n) { return SkChecksum::Hash32(bytes, n); }; in DEF_TEST() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/hash/
H A Dsip.rs6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/benches/hash/
H A Dsip.rs6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/benches/hash/
H A Dsip.rs6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/hash/
H A Dsip.rs6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/benches/hash/
H A Dsip.rs6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
/aosp_15_r20/external/pigweed/pw_tokenizer/rust/
H A Dpw_tokenizer_core.rs96 pub const fn hash_bytes(bytes: &[u8]) -> u32 { in hash_bytes() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/
H A Dutil.cc413 BufferView hash_bytes(&hash_le, k24BitSize); in GenerateRpa() local
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2/src/
Dukey2_handshake.rs308 let hash_bytes = C::Sha512::sha512(client_finished_msg_bytes); in handle_client_finished_msg() localVariable