Searched defs:secure_endpoint (Results 1 – 1 of 1) sorted by relevance
49 struct secure_endpoint { struct50 secure_endpoint(const grpc_endpoint_vtable* vtable, in secure_endpoint() function71 ~secure_endpoint() { in ~secure_endpoint()83 grpc_endpoint base;84 grpc_endpoint* wrapped_ep;85 struct tsi_frame_protector* protector;86 struct tsi_zero_copy_grpc_protector* zero_copy_protector;87 gpr_mu protector_mu;89 grpc_closure* read_cb = nullptr;90 grpc_closure* write_cb = nullptr;[all …]