Searched refs:server_frame_protector (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_frame_protector_test.cc | 42 tsi_frame_protector* server_frame_protector = nullptr; in alts_test_do_round_trip_check_frames() local 62 &server_frame_protector) == TSI_OK); in alts_test_do_round_trip_check_frames() 64 server_frame_protector); in alts_test_do_round_trip_check_frames() 80 config, channel, server_frame_protector, server_received_message, in alts_test_do_round_trip_check_frames() 90 server_frame_protector, in alts_test_do_round_trip_check_frames() 335 tsi_frame_protector* server_frame_protector = nullptr; in alts_test_do_round_trip() local 358 &server_frame_protector) == TSI_OK); in alts_test_do_round_trip() 360 server_frame_protector); in alts_test_do_round_trip()
|
/external/grpc-grpc/test/core/tsi/ |
D | transport_security_test_lib.cc | 420 tsi_frame_protector* server_frame_protector) { in tsi_test_do_ping_pong() argument 424 GPR_ASSERT(server_frame_protector != nullptr); in tsi_test_do_ping_pong() 432 config, channel, server_frame_protector, server_received_message, in tsi_test_do_ping_pong() 439 config, channel, server_frame_protector, false /* is_client */); in tsi_test_do_ping_pong() 458 fixture->server_frame_protector); in tsi_test_frame_protector_do_round_trip_no_handshake() 467 tsi_frame_protector* server_frame_protector = nullptr; in tsi_test_do_round_trip() local 486 &server_frame_protector) == TSI_OK); in tsi_test_do_round_trip() 488 server_frame_protector); in tsi_test_do_round_trip() 491 tsi_frame_protector_destroy(server_frame_protector); in tsi_test_do_round_trip() 653 tsi_frame_protector* server_frame_protector) { in tsi_test_frame_protector_fixture_init() argument [all …]
|
D | transport_security_test_lib.h | 113 tsi_frame_protector* server_frame_protector; member 196 tsi_frame_protector* server_frame_protector);
|