Home
last modified time | relevance | path

Searched refs:auth_context_ (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/
Devaluate_args.cc123 if (auth_context_ == nullptr) { in GetSpiffeId()
127 auth_context_, GRPC_PEER_SPIFFE_ID_PROPERTY_NAME); in GetSpiffeId()
136 if (auth_context_ == nullptr) { in GetCertServerName()
140 auth_context_, GRPC_X509_CN_PROPERTY_NAME); in GetCertServerName()
Devaluate_args.h36 : metadata_(metadata), auth_context_(auth_context), endpoint_(endpoint) {} in EvaluateArgs()
53 grpc_auth_context* auth_context_; variable
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dserver_context.h212 if (auth_context_.get() == nullptr) { in auth_context()
213 auth_context_ = CreateAuthContext(call_); in auth_context()
215 return auth_context_; in auth_context()
296 mutable std::shared_ptr<const AuthContext> auth_context_; variable
Dclient_context.h276 if (auth_context_.get() == nullptr) { in auth_context()
277 auth_context_ = CreateAuthContext(call_); in auth_context()
279 return auth_context_; in auth_context()
429 mutable std::shared_ptr<const AuthContext> auth_context_; variable
/external/rust/crates/grpcio-sys/grpc/src/cpp/ext/filters/census/
Dserver_filter.h44 auth_context_(nullptr), in CensusServerCallData()
79 grpc_auth_context* auth_context_; variable
Dserver_filter.cc178 auth_context_ = grpc_call_auth_context(gc_); in Init()
188 grpc_auth_context_release(auth_context_); in Destroy()
/external/grpc-grpc/src/cpp/ext/filters/census/
Dserver_filter.h44 auth_context_(nullptr), in CensusServerCallData()
79 grpc_auth_context* auth_context_; variable
Dserver_filter.cc175 auth_context_ = grpc_call_auth_context(gc_); in Init()
185 grpc_auth_context_release(auth_context_); in Destroy()
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dclient_context.h314 if (auth_context_ == nullptr) { in auth_context()
315 auth_context_ = grpc::CreateAuthContext(call_); in auth_context()
317 return auth_context_; in auth_context()
507 mutable std::shared_ptr<const grpc::AuthContext> auth_context_; variable
Dserver_context.h268 if (auth_context_ == nullptr) { in auth_context()
269 auth_context_ = ::grpc::CreateAuthContext(call_.call); in auth_context()
271 return auth_context_; in auth_context()
450 mutable std::shared_ptr<const ::grpc::AuthContext> auth_context_; variable
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dclient_context.h314 if (auth_context_ == nullptr) { in auth_context()
315 auth_context_ = grpc::CreateAuthContext(call_); in auth_context()
317 return auth_context_; in auth_context()
507 mutable std::shared_ptr<const grpc::AuthContext> auth_context_; variable
Dserver_context.h268 if (auth_context_ == nullptr) { in auth_context()
269 auth_context_ = ::grpc::CreateAuthContext(call_.call); in auth_context()
271 return auth_context_; in auth_context()
450 mutable std::shared_ptr<const ::grpc::AuthContext> auth_context_; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc104 RefCountedPtr<grpc_auth_context> auth_context_; member in grpc_core::__anonca80907c0111::SecurityHandshaker
142 auth_context_.reset(DEBUG_LOCATION, "handshake"); in ~SecurityHandshaker()
256 grpc_arg auth_context_arg = grpc_auth_context_to_arg(auth_context_.get()); in OnPeerCheckedInner()
280 connector_->check_peer(peer, args_->endpoint, &auth_context_, in CheckPeerLocked()