Searched defs:tsi_test_fixture (Results 1 – 2 of 2) sorted by relevance
47 typedef struct tsi_test_fixture tsi_test_fixture; typedef73 struct tsi_test_fixture { struct74 const tsi_test_fixture_vtable* vtable; argument77 tsi_handshaker* client_handshaker;78 tsi_handshaker* server_handshaker;82 tsi_handshaker_result* client_result;83 tsi_handshaker_result* server_result;85 size_t handshake_buffer_size;87 tsi_test_channel* channel;89 tsi_test_frame_protector_config* config;[all …]
66 static void fake_test_destruct(tsi_test_fixture* /*fixture*/) {} in fake_test_destruct() argument