Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketFrame.cpp110 const char* maskingKey = p; in parseFrame() local
113 payload[i] ^= maskingKey[i % maskingKeyWidthInBytes]; // Unmask the payload. in parseFrame()