Home
last modified time | relevance | path

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

/external/skia/tests/
DChecksumTest.cpp86 auto hash_bytes = [&](int n) { return SkChecksum::Hash32(bytes, n); }; in DEF_TEST() local
/external/pigweed/pw_tokenizer/rust/
Dpw_tokenizer_core.rs96 pub const fn hash_bytes(bytes: &[u8]) -> u32 { in hash_bytes() function
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dutil.cc394 BufferView hash_bytes(&hash_le, k24BitSize); in GenerateRpa() local
/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