Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java292 int requiredSuffixBytes = suffixBytes; in handlePayload() local
295 if (buf.readableBytes() <= requiredSuffixBytes) { in handlePayload()
297 requiredSuffixBytes -= buf.readableBytes(); in handlePayload()
299 if (requiredSuffixBytes == 0) { in handlePayload()
304 firstFrameTag.writeBytes(buf, requiredSuffixBytes); in handlePayload()