HomeSort by relevance Sort by last modified time
    Searched refs:protectFlush (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
TsiFrameProtector.java 39 void protectFlush(
AltsTsiFrameProtector.java 77 public void protectFlush(
80 protector.protectFlush(unprotectedBufs, ctxWrite, alloc);
114 void protectFlush(
117 checkState(crypter != null, "Cannot protectFlush after destroy.");
TsiFrameHandler.java 154 // Return early if there's nothing to write. Otherwise protector.protectFlush() below may
167 protector.protectFlush(
  /external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
TsiTest.java 130 sender.protectFlush(
264 sender.protectFlush(
305 sender.protectFlush(
344 sender.protectFlush(
383 sender.protectFlush(
AltsProtocolNegotiatorTest.java 221 serverProtector.protectFlush(
254 serverProtector.protectFlush(
488 public void protectFlush(
492 delegate.protectFlush(unprotectedBufs, ctxWrite, alloc);

Completed in 172 milliseconds