Searched refs:tsi_test_channel (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.h | 63 typedef struct tsi_test_channel tsi_test_channel; typedef 87 tsi_test_channel* channel; 115 tsi_test_channel* channel; 120 struct tsi_test_channel { struct 207 tsi_test_frame_protector_config* config, tsi_test_channel* channel, 212 tsi_test_frame_protector_config* config, tsi_test_channel* channel,
|
D | transport_security_test_lib.cc | 113 tsi_test_channel* channel = fixture->channel; in check_handshake_results() 125 static void send_bytes_to_peer(tsi_test_channel* test_channel, in send_bytes_to_peer() 160 static void receive_bytes_from_peer(tsi_test_channel* test_channel, in receive_bytes_from_peer() 187 tsi_test_frame_protector_config* config, tsi_test_channel* channel, in tsi_test_frame_protector_send_message_to_peer() 236 tsi_test_frame_protector_config* config, tsi_test_channel* channel, in tsi_test_frame_protector_receive_message_from_peer() 418 tsi_test_channel* channel, in tsi_test_do_ping_pong() 587 static tsi_test_channel* tsi_test_channel_create() { in tsi_test_channel_create() 588 tsi_test_channel* channel = in tsi_test_channel_create() 589 static_cast<tsi_test_channel*>(gpr_zalloc(sizeof(*channel))); in tsi_test_channel_create() 601 static void tsi_test_channel_destroy(tsi_test_channel* channel) { in tsi_test_channel_destroy()
|
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_frame_protector_test.cc | 44 tsi_test_channel* channel = fixture->channel; in alts_test_do_round_trip_check_frames()
|