Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/
Dfake_transport_security_test.cc78 tsi_test_fixture_destroy(fixture); in fake_tsi_test_do_handshake_tiny_handshake_buffer()
85 tsi_test_fixture_destroy(fixture); in fake_tsi_test_do_handshake_small_handshake_buffer()
91 tsi_test_fixture_destroy(fixture); in fake_tsi_test_do_handshake()
112 tsi_test_fixture_destroy(fixture); in fake_tsi_test_do_round_trip_for_all_configs()
132 tsi_test_fixture_destroy(fixture); in fake_tsi_test_do_round_trip_odd_buffer_size()
Dssl_transport_security_test.cc465 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_tiny_handshake_buffer()
472 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_small_handshake_buffer()
478 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake()
487 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_root_store()
496 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_client_authentication()
506 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_client_authentication_and_root_store()
517 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_server_name_indication_exact_domain()
528 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_server_name_indication_wild_star_domain()
537 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_bad_server_cert()
547 tsi_test_fixture_destroy(fixture); in ssl_tsi_test_do_handshake_with_bad_client_cert()
[all …]
Dtransport_security_test_lib.h185 void tsi_test_fixture_destroy(tsi_test_fixture* fixture);
Dtransport_security_test_lib.cc622 void tsi_test_fixture_destroy(tsi_test_fixture* fixture) { in tsi_test_fixture_destroy() function