Searched refs:firstFrameCiphertext (Results 1 – 1 of 1) sorted by relevance
279 List<ByteBuf> firstFrameCiphertext = new ArrayList<>(); in handlePayload() local284 firstFrameCiphertext.add(buf); in handlePayload()288 firstFrameCiphertext.add(buf.readSlice(requiredCiphertextBytes)); in handlePayload()341 crypter.decrypt(out, firstFrameTag, firstFrameCiphertext); in handlePayload()