Searched full:secure_endpoint (Results 1 – 23 of 23) sorted by relevance
| /third_party/grpc/src/core/handshaker/security/ |
| D | secure_endpoint.cc | 19 #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 …]
|
| D | security_handshaker.cc | 49 #include "src/core/handshaker/security/secure_endpoint.h"
|
| /third_party/grpc/src/core/lib/debug/ |
| D | trace_flags.cc | 109 TraceFlag secure_endpoint_trace(false, "secure_endpoint"); 194 {"secure_endpoint", &secure_endpoint_trace}, in GetAllTraceFlags()
|
| D | trace_flags.yaml | 275 secure_endpoint:
|
| /third_party/grpc/examples/python/debug/ |
| D | README.md | 36 GRPC_TRACE=tcp,http,secure_endpoint,transport_security
|
| /third_party/grpc/doc/ |
| D | trace_flags.md | 68 - secure_endpoint - Bytes flowing through encrypted channels.
|
| /third_party/grpc/examples/cpp/debugging/ |
| D | README.md | 25 GRPC_TRACE=tcp,http,secure_endpoint,transport_security
|
| /third_party/grpc/test/core/security/ |
| D | secure_endpoint_test.cc | 19 #include "src/core/handshaker/security/secure_endpoint.h"
|
| /third_party/grpc/ |
| D | BUILD | 2153 "//src/core:handshaker/security/secure_endpoint.cc", 2165 "//src/core:handshaker/security/secure_endpoint.h",
|
| D | Package.swift | 1108 "src/core/handshaker/security/secure_endpoint.cc", 1109 "src/core/handshaker/security/secure_endpoint.h",
|
| D | gRPC-Core.podspec | 1229 'src/core/handshaker/security/secure_endpoint.cc', 1230 'src/core/handshaker/security/secure_endpoint.h', 3004 'src/core/handshaker/security/secure_endpoint.h',
|
| D | gRPC-C++.podspec | 853 'src/core/handshaker/security/secure_endpoint.h', 2149 'src/core/handshaker/security/secure_endpoint.h',
|
| D | BUILD.gn | 663 "${GRPC_DIR}/src/core/handshaker/security/secure_endpoint.cc",
|
| D | config.w32 | 416 "src\\core\\handshaker\\security\\secure_endpoint.cc " +
|
| D | config.m4 | 451 src/core/handshaker/security/secure_endpoint.cc \
|
| D | Makefile | 1076 src/core/handshaker/security/secure_endpoint.cc \
|
| D | grpc.gemspec | 1114 s.files += %w( src/core/handshaker/security/secure_endpoint.cc ) 1115 s.files += %w( src/core/handshaker/security/secure_endpoint.h )
|
| D | package.xml | 1096 <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" />
|
| D | build_autogenerated.yaml | 800 - 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
|
| D | CMakeLists.txt | 2627 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/ |
| D | Doxyfile.core.internal | 1885 src/core/handshaker/security/secure_endpoint.cc \ 1886 src/core/handshaker/security/secure_endpoint.h \
|
| D | Doxyfile.c++.internal | 2079 src/core/handshaker/security/secure_endpoint.cc \ 2080 src/core/handshaker/security/secure_endpoint.h \
|
| /third_party/grpc/src/python/grpcio/ |
| D | grpc_core_dependencies.py | 425 'src/core/handshaker/security/secure_endpoint.cc',
|