Searched refs:hasher (Results 1 – 3 of 3) sorted by relevance
233 let mut hasher = match hf { in session_hash() localVariable236 hasher.update(&merged); in session_hash()237 let result = hasher.finalize(); in session_hash()
289 let mut hasher = Sha1::new(); in sha1_hash() localVariable290 hasher.update(&buffer[24..]); in sha1_hash()292 hasher.finalize().to_vec() in sha1_hash()
255 let mut hasher = match h { in prf_verify_data() localVariable258 hasher.update(handshake_bodies); in prf_verify_data()259 let result = hasher.finalize(); in prf_verify_data()