Home
last modified time | relevance | path

Searched refs:tsi_zero_copy_grpc_protector (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dtransport_security_grpc.h32 tsi_zero_copy_grpc_protector** protector);
43 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* unprotected_slices,
53 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* protected_slices,
57 void tsi_zero_copy_grpc_protector_destroy(tsi_zero_copy_grpc_protector* self);
61 tsi_result (*protect)(tsi_zero_copy_grpc_protector* self,
64 tsi_result (*unprotect)(tsi_zero_copy_grpc_protector* self,
67 void (*destroy)(tsi_zero_copy_grpc_protector* self);
70 struct tsi_zero_copy_grpc_protector { struct
Dlocal_transport_security.cc36 tsi_zero_copy_grpc_protector base;
54 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* unprotected_slices, in local_zero_copy_grpc_protector_protect()
66 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* protected_slices, in local_zero_copy_grpc_protector_unprotect()
79 tsi_zero_copy_grpc_protector* self) { in local_zero_copy_grpc_protector_destroy()
90 tsi_zero_copy_grpc_protector** protector) { in local_zero_copy_grpc_protector_create()
113 tsi_zero_copy_grpc_protector** protector) { in handshaker_result_create_zero_copy_grpc_protector()
Dtransport_security_grpc.cc26 tsi_zero_copy_grpc_protector** protector) { in tsi_handshaker_result_create_zero_copy_grpc_protector()
42 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* unprotected_slices, in tsi_zero_copy_grpc_protector_protect()
53 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* protected_slices, in tsi_zero_copy_grpc_protector_unprotect()
63 void tsi_zero_copy_grpc_protector_destroy(tsi_zero_copy_grpc_protector* self) { in tsi_zero_copy_grpc_protector_destroy()
Dtransport_security_interface.h71 typedef struct tsi_zero_copy_grpc_protector tsi_zero_copy_grpc_protector; typedef
Dfake_transport_security.cc81 tsi_zero_copy_grpc_protector base;
412 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* unprotected_slices, in fake_zero_copy_grpc_protector_protect()
437 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* protected_slices, in fake_zero_copy_grpc_protector_unprotect()
472 tsi_zero_copy_grpc_protector* self) { in fake_zero_copy_grpc_protector_destroy()
510 tsi_zero_copy_grpc_protector** protector) { in fake_handshaker_result_create_zero_copy_grpc_protector()
775 tsi_zero_copy_grpc_protector* tsi_create_fake_zero_copy_grpc_protector( in tsi_create_fake_zero_copy_grpc_protector()
Dfake_transport_security.h42 tsi_zero_copy_grpc_protector* tsi_create_fake_zero_copy_grpc_protector(
Dtransport_security.h99 tsi_zero_copy_grpc_protector** protector);
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector_test.cc41 tsi_zero_copy_grpc_protector* client;
42 tsi_zero_copy_grpc_protector* server;
166 static void seal_unseal_small_buffer(tsi_zero_copy_grpc_protector* sender, in seal_unseal_small_buffer()
167 tsi_zero_copy_grpc_protector* receiver) { in seal_unseal_small_buffer()
199 static void seal_unseal_large_buffer(tsi_zero_copy_grpc_protector* sender, in seal_unseal_large_buffer()
200 tsi_zero_copy_grpc_protector* receiver) { in seal_unseal_large_buffer()
/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector.cc50 tsi_zero_copy_grpc_protector base;
150 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* unprotected_slices, in alts_zero_copy_grpc_protector_protect()
176 tsi_zero_copy_grpc_protector* self, grpc_slice_buffer* protected_slices, in alts_zero_copy_grpc_protector_unprotect()
222 tsi_zero_copy_grpc_protector* self) { in alts_zero_copy_grpc_protector_destroy()
246 tsi_zero_copy_grpc_protector** protector) { in alts_zero_copy_grpc_protector_create()
Dalts_zero_copy_grpc_protector.h54 size_t* max_protected_frame_size, tsi_zero_copy_grpc_protector** protector);
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.h28 struct tsi_zero_copy_grpc_protector;
37 struct tsi_zero_copy_grpc_protector* zero_copy_protector,
Dsecure_endpoint.cc47 struct tsi_zero_copy_grpc_protector* zero_copy_protector;
405 struct tsi_zero_copy_grpc_protector* zero_copy_protector, in grpc_secure_endpoint_create()
Dsecurity_handshaker.cc154 tsi_zero_copy_grpc_protector* zero_copy_protector = nullptr; in on_peer_checked_inner()
/external/grpc-grpc/test/core/security/
Dsecure_endpoint_test.cc46 tsi_zero_copy_grpc_protector* fake_read_zero_copy_protector = in secure_endpoint_create_fixture_tcp_socketpair()
50 tsi_zero_copy_grpc_protector* fake_write_zero_copy_protector = in secure_endpoint_create_fixture_tcp_socketpair()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_tsi_handshaker.cc119 tsi_zero_copy_grpc_protector** protector) { in handshaker_result_create_zero_copy_grpc_protector()