Home
last modified time | relevance | path

Searched defs:unprotect (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dtransport_security_grpc.h64 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self, member
Dtransport_security.h43 tsi_result (*unprotect)(tsi_frame_protector* self, member
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DTsiFrameProtector.java50 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method
DAltsTsiFrameProtector.java84 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsTsiFrameProtector
216 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsTsiFrameProtector.Unprotector
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.h38 tsi_result (*unprotect)(alts_grpc_record_protocol* self, member
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsProtocolNegotiatorTest.java496 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsProtocolNegotiatorTest.InterceptingProtector