Home
last modified time | relevance | path

Searched full:secure_endpoint (Results 1 – 23 of 23) sorted by relevance

/third_party/grpc/src/core/handshaker/security/
Dsecure_endpoint.cc19 #include "src/core/handshaker/security/secure_endpoint.h"
67 struct secure_endpoint : public grpc_endpoint { struct
68 secure_endpoint(const grpc_endpoint_vtable* vtbl, in secure_endpoint() function
108 ~secure_endpoint() { in ~secure_endpoint() argument
148 static void destroy(secure_endpoint* ep) { delete ep; } in destroy()
155 static void secure_endpoint_unref(secure_endpoint* ep, const char* reason, in secure_endpoint_unref()
157 if (GRPC_TRACE_FLAG_ENABLED(secure_endpoint)) { in secure_endpoint_unref()
167 static void secure_endpoint_ref(secure_endpoint* ep, const char* reason, in secure_endpoint_ref()
169 if (GRPC_TRACE_FLAG_ENABLED(secure_endpoint)) { in secure_endpoint_ref()
179 static void secure_endpoint_unref(secure_endpoint* ep) { in secure_endpoint_unref()
[all …]
Dsecurity_handshaker.cc49 #include "src/core/handshaker/security/secure_endpoint.h"
/third_party/grpc/src/core/lib/debug/
Dtrace_flags.cc109 TraceFlag secure_endpoint_trace(false, "secure_endpoint");
194 {"secure_endpoint", &secure_endpoint_trace}, in GetAllTraceFlags()
Dtrace_flags.yaml275 secure_endpoint:
/third_party/grpc/examples/python/debug/
DREADME.md36 GRPC_TRACE=tcp,http,secure_endpoint,transport_security
/third_party/grpc/doc/
Dtrace_flags.md68 - secure_endpoint - Bytes flowing through encrypted channels.
/third_party/grpc/examples/cpp/debugging/
DREADME.md25 GRPC_TRACE=tcp,http,secure_endpoint,transport_security
/third_party/grpc/test/core/security/
Dsecure_endpoint_test.cc19 #include "src/core/handshaker/security/secure_endpoint.h"
/third_party/grpc/
DBUILD2153 "//src/core:handshaker/security/secure_endpoint.cc",
2165 "//src/core:handshaker/security/secure_endpoint.h",
DPackage.swift1108 "src/core/handshaker/security/secure_endpoint.cc",
1109 "src/core/handshaker/security/secure_endpoint.h",
DgRPC-Core.podspec1229 'src/core/handshaker/security/secure_endpoint.cc',
1230 'src/core/handshaker/security/secure_endpoint.h',
3004 'src/core/handshaker/security/secure_endpoint.h',
DgRPC-C++.podspec853 'src/core/handshaker/security/secure_endpoint.h',
2149 'src/core/handshaker/security/secure_endpoint.h',
DBUILD.gn663 "${GRPC_DIR}/src/core/handshaker/security/secure_endpoint.cc",
Dconfig.w32416 "src\\core\\handshaker\\security\\secure_endpoint.cc " +
Dconfig.m4451 src/core/handshaker/security/secure_endpoint.cc \
DMakefile1076 src/core/handshaker/security/secure_endpoint.cc \
Dgrpc.gemspec1114 s.files += %w( src/core/handshaker/security/secure_endpoint.cc )
1115 s.files += %w( src/core/handshaker/security/secure_endpoint.h )
Dpackage.xml1096 <file baseinstalldir="/" name="src/core/handshaker/security/secure_endpoint.cc" role="src" />
1097 <file baseinstalldir="/" name="src/core/handshaker/security/secure_endpoint.h" role="src" />
Dbuild_autogenerated.yaml800 - src/core/handshaker/security/secure_endpoint.h
1687 - src/core/handshaker/security/secure_endpoint.cc
2393 - src/core/handshaker/security/secure_endpoint.h
2858 - src/core/handshaker/security/secure_endpoint.cc
4475 - src/core/handshaker/security/secure_endpoint.h
4811 - src/core/handshaker/security/secure_endpoint.cc
DCMakeLists.txt2627 src/core/handshaker/security/secure_endpoint.cc
3439 src/core/handshaker/security/secure_endpoint.cc
5662 src/core/handshaker/security/secure_endpoint.cc
/third_party/grpc/tools/doxygen/
DDoxyfile.core.internal1885 src/core/handshaker/security/secure_endpoint.cc \
1886 src/core/handshaker/security/secure_endpoint.h \
DDoxyfile.c++.internal2079 src/core/handshaker/security/secure_endpoint.cc \
2080 src/core/handshaker/security/secure_endpoint.h \
/third_party/grpc/src/python/grpcio/
Dgrpc_core_dependencies.py425 'src/core/handshaker/security/secure_endpoint.cc',