Home
last modified time | relevance | path

Searched refs:server_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.cc55 size_t server_max_output_protected_frame_size = in alts_test_do_round_trip_check_frames() local
56 config->server_max_output_protected_frame_size; in alts_test_do_round_trip_check_frames()
59 server_max_output_protected_frame_size == 0 in alts_test_do_round_trip_check_frames()
61 : &server_max_output_protected_frame_size, in alts_test_do_round_trip_check_frames()
351 size_t server_max_output_protected_frame_size = in alts_test_do_round_trip() local
352 config->server_max_output_protected_frame_size; in alts_test_do_round_trip()
355 server_max_output_protected_frame_size == 0 in alts_test_do_round_trip()
357 : &server_max_output_protected_frame_size, in alts_test_do_round_trip()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc479 size_t server_max_output_protected_frame_size = in tsi_test_do_round_trip() local
480 config->server_max_output_protected_frame_size; in tsi_test_do_round_trip()
483 server_max_output_protected_frame_size == 0 in tsi_test_do_round_trip()
485 : &server_max_output_protected_frame_size, in tsi_test_do_round_trip()
555 config->server_max_output_protected_frame_size = in tsi_test_frame_protector_config_create()
566 size_t server_max_output_protected_frame_size) { in tsi_test_frame_protector_config_set_buffer_size() argument
573 config->server_max_output_protected_frame_size = in tsi_test_frame_protector_config_set_buffer_size()
574 server_max_output_protected_frame_size; in tsi_test_frame_protector_config_set_buffer_size()
Dtransport_security_test_lib.h143 size_t server_max_output_protected_frame_size; member
171 size_t server_max_output_protected_frame_size);