Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsTsiFrameProtectorTest.java86 unprotector.unprotect(in, out, alloc); in parserHeader_frameLengthNegativeFails()
108 unprotector.unprotect(in, out, alloc); in parserHeader_frameTooSmall()
133 unprotector.unprotect(in, out, alloc); in parserHeader_frameTooLarge()
155 unprotector.unprotect(in, out, alloc); in parserHeader_frameTypeInvalid()
177 unprotector.unprotect(in, out, alloc); in parserHeader_frameZeroOk()
191 unprotector.unprotect(emptyBuf, out, alloc); in parserHeader_EmptyUnprotectNoRetain()
213 unprotector.unprotect(in, out, alloc); in parserHeader_frameMaxOk()
234 unprotector.unprotect(in1, out, alloc); in parserHeader_frameOkFragment()
237 unprotector.unprotect(in2, out, alloc); in parserHeader_frameOkFragment()
258 unprotector.unprotect(in1, out, alloc); in parseHeader_frameFailFragment()
[all …]
DTsiTest.java148 receiver.unprotect(buf, unprotectOut, alloc); in sendMessage()
151 for (Object unprotect : unprotectOut) { in sendMessage()
152 ByteBuf unprotectBuf = ref.register((ByteBuf) unprotect); in sendMessage()
277 receiver.unprotect(protect.slice(), unprotectOut, alloc); in corruptedCounterTest()
282 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCounterTest()
321 receiver.unprotect(protect, unprotectOut, alloc); in corruptedCiphertextTest()
360 receiver.unprotect(protect, unprotectOut, alloc); in corruptedTagTest()
396 sender.unprotect(protect.slice(), unprotectOut, alloc); in reflectedCiphertextTest()
DAltsProtocolNegotiatorTest.java208 serverProtector.unprotect(protectedData, (List<Object>) (List<?>) unprotected, channel.alloc()); in protectShouldRoundtrip()
496 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsProtocolNegotiatorTest.InterceptingProtector
498 delegate.unprotect(in, out, alloc); in unprotect()
/external/grpc-grpc/src/core/tsi/
Dtransport_security_grpc.cc59 if (self->vtable->unprotect == nullptr) return TSI_UNIMPLEMENTED; in tsi_zero_copy_grpc_protector_unprotect()
60 return self->vtable->unprotect(self, protected_slices, unprotected_slices); in tsi_zero_copy_grpc_protector_unprotect()
Dtransport_security_grpc.h64 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self, member
Dtransport_security.cc116 if (self->vtable->unprotect == nullptr) return TSI_UNIMPLEMENTED; in tsi_frame_protector_unprotect()
117 return self->vtable->unprotect(self, protected_frames_bytes, in tsi_frame_protector_unprotect()
Dtransport_security.h43 tsi_result (*unprotect)(tsi_frame_protector* self, member
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.cc145 if (self->vtable->unprotect == nullptr) { in alts_grpc_record_protocol_unprotect()
148 return self->vtable->unprotect(self, protected_slices, unprotected_slices); in alts_grpc_record_protocol_unprotect()
Dalts_grpc_record_protocol_common.h38 tsi_result (*unprotect)(alts_grpc_record_protocol* self, member
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java84 public void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsTsiFrameProtector
86 unprotector.unprotect(in, out, alloc); in unprotect()
216 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method in AltsTsiFrameProtector.Unprotector
DTsiFrameProtector.java50 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method
DTsiFrameHandler.java78 protector.unprotect(in, out, ctx.alloc()); in decode()
/external/google-breakpad/src/client/ios/
DBreakpad.mm92 // ProtectedMemoryLocker will unprotect this block after taking the lock.
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm97 // ProtectedMemoryLocker will unprotect this block after taking the lock.