Searched refs:firstFrameTag (Results 1 – 1 of 1) sorted by relevance
196 private ByteBuf firstFrameTag; field in AltsTsiFrameProtector.Unprotector205 this.firstFrameTag = alloc.directBuffer(suffixBytes); in Unprotector()298 firstFrameTag.writeBytes(buf); in handlePayload()304 firstFrameTag.writeBytes(buf, requiredSuffixBytes); in handlePayload()341 crypter.decrypt(out, firstFrameTag, firstFrameCiphertext); in handlePayload()374 firstFrameTag.clear(); in clearState()386 if (firstFrameTag != null) { in destroy()387 firstFrameTag.release(); in destroy()388 firstFrameTag = null; in destroy()