Searched refs:tsi_test_fixture (Results 1 – 4 of 4) sorted by relevance
47 typedef struct tsi_test_fixture tsi_test_fixture; typedef68 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 { struct180 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);
34 tsi_test_fixture base;37 static void fake_test_setup_handshakers(tsi_test_fixture* fixture) { in fake_test_setup_handshakers()61 static void fake_test_check_handshaker_peers(tsi_test_fixture* fixture) { in fake_test_check_handshaker_peers()66 static void fake_test_destruct(tsi_test_fixture* /*fixture*/) {} in fake_test_destruct() argument72 static tsi_test_fixture* fake_tsi_test_fixture_create() { in fake_tsi_test_fixture_create()81 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_tiny_handshake_buffer()88 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake_small_handshake_buffer()95 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_handshake()110 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_for_all_configs()131 tsi_test_fixture* fixture = fake_tsi_test_fixture_create(); in fake_tsi_test_do_round_trip_odd_buffer_size()
92 tsi_test_fixture base;105 static void ssl_test_setup_handshakers(tsi_test_fixture* fixture) { in ssl_test_setup_handshakers()320 static void ssl_test_check_handshaker_peers(tsi_test_fixture* fixture) { in ssl_test_check_handshaker_peers()373 static void ssl_test_destruct(tsi_test_fixture* fixture) { in ssl_test_destruct()435 static tsi_test_fixture* ssl_tsi_test_fixture_create() { in ssl_tsi_test_fixture_create()510 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_tiny_handshake_buffer()521 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_small_handshake_buffer()529 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake()536 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_root_store()546 tsi_test_fixture* fixture = ssl_tsi_test_fixture_create(); in ssl_tsi_test_do_handshake_with_client_authentication()[all …]
30 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 …]