Home
last modified time | relevance | path

Searched refs:protect_flush (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/tsi/
Dtransport_security.cc100 if (self->vtable->protect_flush == nullptr) return TSI_UNIMPLEMENTED; in tsi_frame_protector_protect_flush()
101 return self->vtable->protect_flush(self, protected_output_frames, in tsi_frame_protector_protect_flush()
Dtransport_security.h39 tsi_result (*protect_flush)(tsi_frame_protector* self, member