Home
last modified time | relevance | path

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

/third_party/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
/third_party/grpc/src/cpp/ext/filters/census/
Dserver_filter.h44 auth_context_(nullptr), in CensusServerCallData()
79 grpc_auth_context* auth_context_; variable
Dserver_filter.cc167 auth_context_ = grpc_call_auth_context(gc_); in Init()
177 grpc_auth_context_release(auth_context_); in Destroy()
/third_party/grpc/include/grpcpp/impl/codegen/
Dclient_context_impl.h306 if (auth_context_.get() == nullptr) { in auth_context()
307 auth_context_ = grpc::CreateAuthContext(call_); in auth_context()
309 return auth_context_; in auth_context()
499 mutable std::shared_ptr<const grpc::AuthContext> auth_context_; variable
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_impl.h261 if (auth_context_.get() == nullptr) { in auth_context()
262 auth_context_ = ::grpc::CreateAuthContext(call_); in auth_context()
264 return auth_context_; in auth_context()
431 mutable std::shared_ptr<const ::grpc::AuthContext> auth_context_; variable
Dserver_context.h269 if (auth_context_ == nullptr) { in auth_context()
270 auth_context_ = ::grpc::CreateAuthContext(call_.call); in auth_context()
272 return auth_context_; in auth_context()
457 mutable std::shared_ptr<const ::grpc::AuthContext> auth_context_; variable
/third_party/grpc/src/core/lib/security/transport/
Dsecurity_handshaker.cc104 RefCountedPtr<grpc_auth_context> auth_context_; member in grpc_core::__anon7ce32ab90111::SecurityHandshaker
140 auth_context_.reset(DEBUG_LOCATION, "handshake"); in ~SecurityHandshaker()
254 grpc_arg auth_context_arg = grpc_auth_context_to_arg(auth_context_.get()); in OnPeerCheckedInner()
278 connector_->check_peer(peer, args_->endpoint, &auth_context_, in CheckPeerLocked()