Searched refs:odd_sizes (Results 1 – 2 of 2) sorted by relevance
/external/grpc-grpc/test/core/tsi/ |
D | fake_transport_security_test.cc | 118 const size_t odd_sizes[] = {1025, 2051, 4103, 8207, 16409}; in fake_tsi_test_do_round_trip_odd_buffer_size() local 119 const size_t size = sizeof(odd_sizes) / sizeof(size_t); in fake_tsi_test_do_round_trip_odd_buffer_size() 129 fake_fixture->base.config, odd_sizes[ind1], odd_sizes[ind2], in fake_tsi_test_do_round_trip_odd_buffer_size() 130 odd_sizes[ind3], odd_sizes[ind4], odd_sizes[ind5]); in fake_tsi_test_do_round_trip_odd_buffer_size()
|
D | ssl_transport_security_test.cc | 610 const size_t odd_sizes[] = {1025, 2051, 4103, 8207, 16409}; in ssl_tsi_test_do_round_trip_odd_buffer_size() local 611 const size_t size = sizeof(odd_sizes) / sizeof(size_t); in ssl_tsi_test_do_round_trip_odd_buffer_size() 621 ssl_fixture->base.config, odd_sizes[ind1], odd_sizes[ind2], in ssl_tsi_test_do_round_trip_odd_buffer_size() 622 odd_sizes[ind3], odd_sizes[ind4], odd_sizes[ind5]); in ssl_tsi_test_do_round_trip_odd_buffer_size()
|