Searched refs:small_message (Results 1 – 1 of 1) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | alts_frame_protector_test.cc | 116 const char small_message[] = {'C', 'h', 'a', 'p', 'i', ' ', in alts_test_do_round_trip_vector_tests() local 130 const size_t small_message_size = sizeof(small_message) / sizeof(uint8_t); in alts_test_do_round_trip_vector_tests() 159 reinterpret_cast<const uint8_t*>(small_message), small_message_size, in alts_test_do_round_trip_vector_tests() 193 reinterpret_cast<const uint8_t*>(small_message), small_message_size, in alts_test_do_round_trip_vector_tests() 226 reinterpret_cast<const uint8_t*>(small_message), small_message_size, in alts_test_do_round_trip_vector_tests() 259 reinterpret_cast<const uint8_t*>(small_message), small_message_size, in alts_test_do_round_trip_vector_tests() 292 reinterpret_cast<const uint8_t*>(small_message), small_message_size, in alts_test_do_round_trip_vector_tests() 324 reinterpret_cast<const uint8_t*>(small_message), small_message_size, in alts_test_do_round_trip_vector_tests()
|