Home
last modified time | relevance | path

Searched refs:tsi_test_channel (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.h63 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,
Dtransport_security_test_lib.cc113 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/
Dalts_frame_protector_test.cc44 tsi_test_channel* channel = fixture->channel; in alts_test_do_round_trip_check_frames()