Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dalts_frame_protector_test.cc46 size_t client_max_output_protected_frame_size = in alts_test_do_round_trip_check_frames() local
47 config->client_max_output_protected_frame_size; in alts_test_do_round_trip_check_frames()
50 client_max_output_protected_frame_size == 0 in alts_test_do_round_trip_check_frames()
52 : &client_max_output_protected_frame_size, in alts_test_do_round_trip_check_frames()
342 size_t client_max_output_protected_frame_size = in alts_test_do_round_trip() local
343 config->client_max_output_protected_frame_size; in alts_test_do_round_trip()
346 client_max_output_protected_frame_size == 0 in alts_test_do_round_trip()
348 : &client_max_output_protected_frame_size, in alts_test_do_round_trip()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc471 size_t client_max_output_protected_frame_size = in tsi_test_do_round_trip() local
472 config->client_max_output_protected_frame_size; in tsi_test_do_round_trip()
475 client_max_output_protected_frame_size == 0 in tsi_test_do_round_trip()
477 : &client_max_output_protected_frame_size, in tsi_test_do_round_trip()
548 config->client_max_output_protected_frame_size = in tsi_test_frame_protector_config_create()
565 size_t client_max_output_protected_frame_size, in tsi_test_frame_protector_config_set_buffer_size() argument
571 config->client_max_output_protected_frame_size = in tsi_test_frame_protector_config_set_buffer_size()
572 client_max_output_protected_frame_size; in tsi_test_frame_protector_config_set_buffer_size()
Dtransport_security_test_lib.h142 size_t client_max_output_protected_frame_size; member
170 size_t client_max_output_protected_frame_size,