Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dframe_handler_test.cc72 GPR_ASSERT(alts_write_frame_bytes(handler->writer, handler->buffer + offset, in frame()
144 !alts_write_frame_bytes(handler->writer, handler->buffer, nullptr)); in frame_handler_test_null_writer_byte_length()
154 !alts_write_frame_bytes(handler->writer, nullptr, &payload_length)); in frame_handler_test_null_writer_bytes()
/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.h94 bool alts_write_frame_bytes(alts_frame_writer* writer, unsigned char* output,
Dframe_handler.cc72 bool alts_write_frame_bytes(alts_frame_writer* writer, unsigned char* output, in alts_write_frame_bytes() function
Dalts_frame_protector.cc123 if (!alts_write_frame_bytes(impl->writer, protected_output_frames, in alts_protect_flush()