Home
last modified time | relevance | path

Searched refs:WS_GUID (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dmod.rs119 const WS_GUID: &[u8] = b"258EAFA5-E914-47DA-95CA-C5AB0DC85B11"; in derive_accept_key() constant
122 sha1.update(WS_GUID); in derive_accept_key()