Searched defs:hash_bytes (Results 1 – 9 of 9) sorted by relevance
86 auto hash_bytes = [&](int n) { return SkChecksum::Hash32(bytes, n); }; in DEF_TEST() local
6 fn hash_bytes<H: Hasher>(mut s: H, x: &[u8]) -> u64 { in hash_bytes() function
96 pub const fn hash_bytes(bytes: &[u8]) -> u32 { in hash_bytes() function
413 BufferView hash_bytes(&hash_le, k24BitSize); in GenerateRpa() local
308 let hash_bytes = C::Sha512::sha512(client_finished_msg_bytes); in handle_client_finished_msg() localVariable