Home
last modified time | relevance | path

Searched defs:auth_context (Results 1 – 15 of 15) sorted by relevance

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.cc139 grpc_auth_context** auth_context, in grpc_security_connector_check_peer()
186 grpc_auth_context* auth_context, grpc_closure* on_call_host_checked, in grpc_channel_security_connector_check_call_host()
399 grpc_auth_context** auth_context,
435 grpc_auth_context** auth_context,
444 grpc_auth_context** auth_context,
477 grpc_auth_context* auth_context,
862 grpc_auth_context** auth_context) {
889 grpc_auth_context** auth_context,
926 grpc_auth_context** auth_context,
966 const grpc_auth_context* auth_context) {
[all …]
Dlocal_security_connector.cc126 grpc_auth_context** auth_context, in local_check_peer()
150 grpc_auth_context* auth_context, in local_check_call_host()
Dalts_security_connector.cc179 grpc_auth_context** auth_context, in alts_check_peer()
221 grpc_auth_context* auth_context, in alts_check_call_host()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi67 def auth_context(Call call): function
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h90 grpc_auth_context* auth_context; member
103 grpc_auth_context* auth_context; member
/external/grpc-grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc67 grpc_auth_context* auth_context; member
128 grpc_auth_context* auth_context, in grpc_auth_metadata_context_build()
372 grpc_auth_context* auth_context = in init_channel_elem() local
Dserver_auth_filter.cc55 grpc_auth_context* auth_context; member
260 grpc_auth_context* auth_context = in init_channel_elem() local
Dsecurity_handshaker.cc66 grpc_auth_context* auth_context; member
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_servicer_context.py56 def auth_context(self): member in ServicerContext
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h211 std::shared_ptr<const AuthContext> auth_context() const { in auth_context() function
Dclient_context.h275 std::shared_ptr<const AuthContext> auth_context() const { in auth_context() function
/external/grpc-grpc/src/core/lib/http/
Dhttpcli_security_connector.cc71 grpc_auth_context** auth_context, in httpcli_ssl_check_peer()
/external/grpc-grpc/src/core/ext/filters/load_reporting/
Dserver_load_reporting_filter.cc51 const grpc_auth_context* auth_context = in Init() local
/external/grpc-grpc/src/python/grpcio/grpc/
D_server.py256 def auth_context(self): member in _Context
D__init__.py998 def auth_context(self): member in ServicerContext