Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.h47 typedef struct tsi_test_fixture tsi_test_fixture; typedef
68 void (*setup_handshakers)(tsi_test_fixture* fixture);
69 void (*check_handshaker_peers)(tsi_test_fixture* fixture);
70 void (*destruct)(tsi_test_fixture* fixture);
73 struct tsi_test_fixture { struct
180 void tsi_test_fixture_init(tsi_test_fixture* fixture);
185 void tsi_test_fixture_destroy(tsi_test_fixture* fixture);
219 void tsi_test_do_handshake(tsi_test_fixture* fixture);
225 void tsi_test_do_round_trip(tsi_test_fixture* fixture);
Dfake_transport_security_test.cc33 tsi_test_fixture base;
36 static void fake_test_setup_handshakers(tsi_test_fixture* fixture) { in fake_test_setup_handshakers()
55 static void fake_test_check_handshaker_peers(tsi_test_fixture* fixture) { in fake_test_check_handshaker_peers()
60 static void fake_test_destruct(tsi_test_fixture* fixture) {} in fake_test_destruct()
66 static tsi_test_fixture* fake_tsi_test_fixture_create() { in fake_tsi_test_fixture_create()
75 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_tiny_handshake_buffer()
82 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_small_handshake_buffer()
89 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake()
104 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_for_all_configs()
125 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_odd_buffer_size()
Dssl_transport_security_test.cc87 tsi_test_fixture base;
100 static void ssl_test_setup_handshakers(tsi_test_fixture* fixture) { in ssl_test_setup_handshakers()
287 static void ssl_test_check_handshaker_peers(tsi_test_fixture* fixture) { in ssl_test_check_handshaker_peers()
326 static void ssl_test_destruct(tsi_test_fixture* fixture) { in ssl_test_destruct()
388 static tsi_test_fixture* ssl_tsi_test_fixture_create() { in ssl_tsi_test_fixture_create()
462 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_tiny_handshake_buffer()
469 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_small_handshake_buffer()
476 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake()
482 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_root_store()
491 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_client_authentication()
[all …]
Dtransport_security_test_lib.cc30 static void notification_signal(tsi_test_fixture* fixture) { in notification_signal()
37 static void notification_wait(tsi_test_fixture* fixture) { in notification_wait()
47 tsi_test_fixture* fixture;
56 static handshaker_args* handshaker_args_create(tsi_test_fixture* fixture, in handshaker_args_create()
79 static void setup_handshakers(tsi_test_fixture* fixture) { in setup_handshakers()
86 static void check_unused_bytes(tsi_test_fixture* fixture) { in check_unused_bytes()
105 static void check_handshake_results(tsi_test_fixture* fixture) { in check_handshake_results()
146 tsi_test_fixture* fixture = args->fixture; in maybe_append_unused_bytes()
298 tsi_test_fixture* fixture = args->fixture; in on_handshake_next_done()
342 tsi_test_fixture* fixture = args->fixture; in is_handshake_finished_properly()
[all …]