Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java313 List<Integer> unprotectedLens = new ArrayList<>(); in handlePayload() local
330 unprotectedLens.add(payloadSize); in handlePayload()
346 out = writeSlice(unprotectedBuf, unprotectedLens.get(frameIdx) + suffixBytes); in handlePayload()