/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/ |
D | AltsTsiFrameProtectorTest.java | 86 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 …]
|
D | TsiTest.java | 148 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()
|
D | AltsProtocolNegotiatorTest.java | 208 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/ |
D | transport_security_grpc.cc | 59 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()
|
D | transport_security_grpc.h | 64 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self, member
|
D | transport_security.cc | 116 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()
|
D | transport_security.h | 43 tsi_result (*unprotect)(tsi_frame_protector* self, member
|
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_grpc_record_protocol_common.cc | 145 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()
|
D | alts_grpc_record_protocol_common.h | 38 tsi_result (*unprotect)(alts_grpc_record_protocol* self, member
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AltsTsiFrameProtector.java | 84 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
|
D | TsiFrameProtector.java | 50 void unprotect(ByteBuf in, List<Object> out, ByteBufAllocator alloc) in unprotect() method
|
D | TsiFrameHandler.java | 78 protector.unprotect(in, out, ctx.alloc()); in decode()
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 92 // ProtectedMemoryLocker will unprotect this block after taking the lock.
|
/external/google-breakpad/src/client/mac/Framework/ |
D | Breakpad.mm | 97 // ProtectedMemoryLocker will unprotect this block after taking the lock.
|