Searched refs:tsi_zero_copy_grpc_protector (Results 1 – 15 of 15) sorted by relevance
/external/grpc-grpc/src/core/tsi/ |
D | transport_security_grpc.h | 32 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
|
D | local_transport_security.cc | 36 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()
|
D | transport_security_grpc.cc | 26 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()
|
D | transport_security_interface.h | 71 typedef struct tsi_zero_copy_grpc_protector tsi_zero_copy_grpc_protector; typedef
|
D | fake_transport_security.cc | 81 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()
|
D | fake_transport_security.h | 42 tsi_zero_copy_grpc_protector* tsi_create_fake_zero_copy_grpc_protector(
|
D | transport_security.h | 99 tsi_zero_copy_grpc_protector** protector);
|
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/ |
D | alts_zero_copy_grpc_protector_test.cc | 41 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/ |
D | alts_zero_copy_grpc_protector.cc | 50 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()
|
D | alts_zero_copy_grpc_protector.h | 54 size_t* max_protected_frame_size, tsi_zero_copy_grpc_protector** protector);
|
/external/grpc-grpc/src/core/lib/security/transport/ |
D | secure_endpoint.h | 28 struct tsi_zero_copy_grpc_protector; 37 struct tsi_zero_copy_grpc_protector* zero_copy_protector,
|
D | secure_endpoint.cc | 47 struct tsi_zero_copy_grpc_protector* zero_copy_protector; 405 struct tsi_zero_copy_grpc_protector* zero_copy_protector, in grpc_secure_endpoint_create()
|
D | security_handshaker.cc | 154 tsi_zero_copy_grpc_protector* zero_copy_protector = nullptr; in on_peer_checked_inner()
|
/external/grpc-grpc/test/core/security/ |
D | secure_endpoint_test.cc | 46 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/ |
D | alts_tsi_handshaker.cc | 119 tsi_zero_copy_grpc_protector** protector) { in handshaker_result_create_zero_copy_grpc_protector()
|