Searched refs:masking_key (Results 1 – 1 of 1) sorted by relevance
313 std::vector<char>::const_iterator masking_key = it; in decode_frame_hybi17() local317 payload[i] ^ masking_key[i % kMaskingKeyWidthInBytes]); in decode_frame_hybi17()