Home
last modified time | relevance | path

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

12

/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dalts_util.cc35 const std::shared_ptr<const AuthContext>& auth_context) { in GetAltsContextFromAuthContext()
62 const std::shared_ptr<const AuthContext>& auth_context, in AltsClientAuthzCheck()
/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/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc80 RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
108 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/ssl/
Dssl_security_connector.cc50 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context) { in ssl_check_peer()
143 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
191 bool check_call_host(absl::string_view host, grpc_auth_context* auth_context, in check_call_host()
294 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc52 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in alts_check_peer()
101 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
171 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc219 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in fake_check_peer()
274 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
290 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc70 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in local_check_peer()
176 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
230 grpc_core::RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h120 grpc_core::RefCountedPtr<grpc_auth_context> auth_context; member
136 grpc_core::RefCountedPtr<grpc_auth_context> auth_context; member
/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/python/grpcio/grpc/_cython/_cygrpc/
Dsecurity.pyx.pxi67 def auth_context(Call call): function
/external/openscreen/cast/sender/channel/
Dcast_auth_util.cc267 const AuthContext& auth_context, in AuthenticateChallengeReplyImpl()
314 const AuthContext& auth_context) { in AuthenticateChallengeReply()
326 const AuthContext& auth_context, in AuthenticateChallengeReplyForTest()
Dmessage_util.cc17 CastMessage CreateAuthChallengeMessage(const AuthContext& auth_context) { in CreateAuthChallengeMessage()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dinsecure_security_connector_test.cc34 auto auth_context = TestOnlyMakeInsecureAuthContext(); in TEST() local
/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
/external/rust/crates/grpcio/src/
Dlib.rs29 mod auth_context; module
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dclient_auth_filter.cc62 grpc_core::RefCountedPtr<grpc_auth_context> auth_context; member
190 const grpc_slice& call_method, grpc_auth_context* auth_context, in grpc_auth_metadata_context_build()
447 grpc_auth_context* auth_context = in client_auth_init_channel_elem() local
Dserver_auth_filter.cc47 grpc_core::RefCountedPtr<grpc_auth_context> auth_context; member
307 grpc_auth_context* auth_context = in server_auth_init_channel_elem() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/tls/
Dtls_security_connector.cc200 RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
317 absl::string_view host, grpc_auth_context* auth_context, in check_call_host()
574 RefCountedPtr<grpc_auth_context>* auth_context, in check_peer()
/external/openscreen/cast/sender/public/
Dsender_socket_factory.h89 std::unique_ptr<AuthContext> 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/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Devaluate_args.cc66 EvaluateArgs::PerChannelArgs::PerChannelArgs(grpc_auth_context* auth_context, in PerChannelArgs()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc186 grpc_auth_context* auth_context, in grpc_ssl_check_call_host()
356 const grpc_auth_context* auth_context) { in grpc_shallow_peer_from_ssl_auth_context()

12