Home
last modified time | relevance | path

Searched refs:alts_read_frame_bytes (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dframe_handler_test.cc87 GPR_ASSERT(alts_read_frame_bytes(handler->reader, handler->buffer + offset, in deframe()
169 !alts_read_frame_bytes(handler->reader, handler->buffer, &bytes_read)); in frame_handler_test_bad_frame_length()
188 !alts_read_frame_bytes(handler->reader, handler->buffer, &bytes_read)); in frame_handler_test_unsupported_message_type()
212 GPR_ASSERT(!alts_read_frame_bytes(handler->reader, handler->buffer, nullptr)); in frame_handler_test_null_reader_byte_length()
226 GPR_ASSERT(!alts_read_frame_bytes(handler->reader, nullptr, &bytes_read)); in frame_handler_test_null_reader_bytes()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.h161 bool alts_read_frame_bytes(alts_frame_reader* reader,
Dframe_handler.cc154 bool alts_read_frame_bytes(alts_frame_reader* reader, in alts_read_frame_bytes() function
Dalts_frame_protector.cc273 if (!alts_read_frame_bytes(impl->reader, protected_frames_bytes, in alts_unprotect()