Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_socket.cc313 std::vector<char>::const_iterator masking_key = it; in decode_frame_hybi17() local
317 payload[i] ^ masking_key[i % kMaskingKeyWidthInBytes]); in decode_frame_hybi17()