Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java143 int lastFrameUnprotectedBytes = (int) (unprotectedBytes % maxUnprotectedBytesPerFrame); in handleUnprotected() local
144 if (lastFrameUnprotectedBytes == 0) { in handleUnprotected()
146 lastFrameUnprotectedBytes = maxUnprotectedBytesPerFrame; in handleUnprotected()
155 (frameIdx == frameNum - 1) ? lastFrameUnprotectedBytes : maxUnprotectedBytesPerFrame; in handleUnprotected()