Searched refs:frameOut (Results 1 – 2 of 2) sorted by relevance
161 ByteBuf frameOut = writeSlice(protectedBuf, unprotectedBytesLeft + suffixBytes); in handleUnprotected() local177 crypter.encrypt(frameOut, framePlain); in handleUnprotected()178 verify(!frameOut.isWritable()); in handleUnprotected()
295 ByteBuf frameOut = writeSlice(outFrame, payloadBytes + FakeChannelCrypter.getTagBytes()); in parseFrame_oneFrameNoFragment() local296 crypter.encrypt(frameOut, framePlain); in parseFrame_oneFrameNoFragment()