Searched refs:alts_write_frame_bytes (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/frame_protector/ |
D | frame_handler_test.cc | 72 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/ |
D | frame_handler.h | 94 bool alts_write_frame_bytes(alts_frame_writer* writer, unsigned char* output,
|
D | frame_handler.cc | 72 bool alts_write_frame_bytes(alts_frame_writer* writer, unsigned char* output, in alts_write_frame_bytes() function
|
D | alts_frame_protector.cc | 123 if (!alts_write_frame_bytes(impl->writer, protected_output_frames, in alts_protect_flush()
|