Home
last modified time | relevance | path

Searched defs:secure_endpoint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/security/transport/
H A Dsecure_endpoint.cc67 struct secure_endpoint { struct
68 secure_endpoint(const grpc_endpoint_vtable* vtable, in secure_endpoint() function
106 ~secure_endpoint() { in ~secure_endpoint()
119 grpc_endpoint base;
120 grpc_endpoint* wrapped_ep;
121 struct tsi_frame_protector* protector;
122 struct tsi_zero_copy_grpc_protector* zero_copy_protector;
123 gpr_mu protector_mu;
124 grpc_core::Mutex read_mu;
125 grpc_core::Mutex write_mu;
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecure_endpoint.cc68 struct secure_endpoint { struct
69 secure_endpoint(const grpc_endpoint_vtable* vtable, in secure_endpoint() function
109 ~secure_endpoint() { in ~secure_endpoint()
122 grpc_endpoint base;
123 grpc_endpoint* wrapped_ep;
124 struct tsi_frame_protector* protector;
125 struct tsi_zero_copy_grpc_protector* zero_copy_protector;
126 gpr_mu protector_mu;
127 grpc_core::Mutex read_mu;
128 grpc_core::Mutex write_mu;
[all …]