Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.h67 alts_frame_writer* alts_create_frame_writer();
Dframe_handler.cc47 alts_frame_writer* alts_create_frame_writer() { in alts_create_frame_writer() function
Dalts_frame_protector.cc402 impl->writer = alts_create_frame_writer(); in alts_create_frame_protector()
/external/grpc-grpc/test/core/tsi/alts/frame_protector/
Dframe_handler_test.cc46 handler->writer = alts_create_frame_writer(); in create_frame_handler()