Home
last modified time | relevance | path

Searched refs:tsi_frame_protector_destroy (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc490 tsi_frame_protector_destroy(client_frame_protector); in tsi_test_do_round_trip()
491 tsi_frame_protector_destroy(server_frame_protector); in tsi_test_do_round_trip()
666 tsi_frame_protector_destroy(fixture->client_frame_protector); in tsi_test_frame_protector_fixture_destroy()
667 tsi_frame_protector_destroy(fixture->server_frame_protector); in tsi_test_frame_protector_fixture_destroy()
/external/grpc-grpc/src/core/tsi/
Dtransport_security_interface.h179 void tsi_frame_protector_destroy(tsi_frame_protector* self);
Dtransport_security.cc122 void tsi_frame_protector_destroy(tsi_frame_protector* self) { in tsi_frame_protector_destroy() function
/external/rust/crates/grpcio-sys/grpc/src/core/tsi/
Dtransport_security_interface.h194 void tsi_frame_protector_destroy(tsi_frame_protector* self);
Dtransport_security.cc135 void tsi_frame_protector_destroy(tsi_frame_protector* self) { in tsi_frame_protector_destroy() function
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc273 tsi_frame_protector_destroy(protector); in on_client_next_success_cb()
309 tsi_frame_protector_destroy(protector); in on_server_next_success_cb()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc73 tsi_frame_protector_destroy(protector); in ~secure_endpoint()
/external/grpc-grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc71 tsi_frame_protector_destroy(ep->protector); in destroy()