Home
last modified time | relevance | path

Searched refs:tsi_zero_copy_grpc_protector_destroy (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dtransport_security_grpc.h57 void tsi_zero_copy_grpc_protector_destroy(tsi_zero_copy_grpc_protector* self);
Dtransport_security_grpc.cc63 void tsi_zero_copy_grpc_protector_destroy(tsi_zero_copy_grpc_protector* self) { in tsi_zero_copy_grpc_protector_destroy() function
/external/grpc-grpc/test/core/tsi/alts/zero_copy_frame_protector/
Dalts_zero_copy_grpc_protector_test.cc132 tsi_zero_copy_grpc_protector_destroy(fixture->client); in alts_zero_copy_grpc_protector_test_fixture_destroy()
133 tsi_zero_copy_grpc_protector_destroy(fixture->server); in alts_zero_copy_grpc_protector_test_fixture_destroy()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc72 tsi_zero_copy_grpc_protector_destroy(ep->zero_copy_protector); in destroy()