Searched defs:tsi_test_fixture (Results 1 – 1 of 1) sorted by relevance
49 typedef struct tsi_test_fixture tsi_test_fixture; typedef75 struct tsi_test_fixture { struct76 const tsi_test_fixture_vtable* vtable; argument79 tsi_handshaker* client_handshaker;80 tsi_handshaker* server_handshaker;84 tsi_handshaker_result* client_result;85 tsi_handshaker_result* server_result;87 size_t handshake_buffer_size;89 tsi_test_channel* channel;91 tsi_test_frame_protector_config* config;[all …]