Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_frame_protector_test.cc41 tsi_frame_protector* client_frame_protector = nullptr; in alts_test_do_round_trip_check_frames() local
53 &client_frame_protector) == TSI_OK); in alts_test_do_round_trip_check_frames()
63 tsi_test_frame_protector_fixture_init(fixture, client_frame_protector, in alts_test_do_round_trip_check_frames()
70 client_frame_protector, in alts_test_do_round_trip_check_frames()
100 config, channel, client_frame_protector, client_received_message, in alts_test_do_round_trip_check_frames()
334 tsi_frame_protector* client_frame_protector = nullptr; in alts_test_do_round_trip() local
349 &client_frame_protector) == TSI_OK); in alts_test_do_round_trip()
359 tsi_test_frame_protector_fixture_init(fixture, client_frame_protector, in alts_test_do_round_trip()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc419 tsi_frame_protector* client_frame_protector, in tsi_test_do_ping_pong() argument
423 GPR_ASSERT(client_frame_protector != nullptr); in tsi_test_do_ping_pong()
427 config, channel, client_frame_protector, true /* is_client */); in tsi_test_do_ping_pong()
444 config, channel, client_frame_protector, client_received_message, in tsi_test_do_ping_pong()
457 fixture->client_frame_protector, in tsi_test_frame_protector_do_round_trip_no_handshake()
466 tsi_frame_protector* client_frame_protector = nullptr; in tsi_test_do_round_trip() local
478 &client_frame_protector) == TSI_OK); in tsi_test_do_round_trip()
487 tsi_test_do_ping_pong(config, fixture->channel, client_frame_protector, in tsi_test_do_round_trip()
490 tsi_frame_protector_destroy(client_frame_protector); in tsi_test_do_round_trip()
652 tsi_frame_protector* client_frame_protector, in tsi_test_frame_protector_fixture_init() argument
[all …]
Dtransport_security_test_lib.h112 tsi_frame_protector* client_frame_protector; member
195 tsi_frame_protector* client_frame_protector,