Searched defs:unprotect (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/core/tsi/ |
D | transport_security_grpc.h | 64 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self, member
|
D | transport_security.h | 43 tsi_result (*unprotect)(tsi_frame_protector* self, member
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | TsiFrameProtector.java | 50 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method
|
D | AltsTsiFrameProtector.java | 84 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/ |
D | alts_grpc_record_protocol_common.h | 38 tsi_result (*unprotect)(alts_grpc_record_protocol* self, member
|
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AltsProtocolNegotiatorTest.java | 496 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsProtocolNegotiatorTest.InterceptingProtector
|