Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java237 ByteBuf unprotectedBuf; in decodeFrame() local
239 unprotectedBuf = handlePayload(alloc); in decodeFrame()
243 if (unprotectedBuf != null) { in decodeFrame()
244 out.add(unprotectedBuf); in decodeFrame()
335 ByteBuf unprotectedBuf = in handlePayload() local
340 ByteBuf out = writeSlice(unprotectedBuf, firstFrameUnprotectedLen + suffixBytes); in handlePayload()
343 unprotectedBuf.writerIndex(unprotectedBuf.writerIndex() - suffixBytes); in handlePayload()
346 out = writeSlice(unprotectedBuf, unprotectedLens.get(frameIdx) + suffixBytes); in handlePayload()
349 unprotectedBuf.writerIndex(unprotectedBuf.writerIndex() - suffixBytes); in handlePayload()
351 return unprotectedBuf.retain(); in handlePayload()
[all …]