Searched refs:auth_context_ (Results 1 – 9 of 9) sorted by relevance
123 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()
36 : metadata_(metadata), auth_context_(auth_context), endpoint_(endpoint) {} in EvaluateArgs()53 grpc_auth_context* auth_context_; variable
44 auth_context_(nullptr), in CensusServerCallData()79 grpc_auth_context* auth_context_; variable
167 auth_context_ = grpc_call_auth_context(gc_); in Init()177 grpc_auth_context_release(auth_context_); in Destroy()
306 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
314 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
261 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
269 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
104 RefCountedPtr<grpc_auth_context> auth_context_; member in grpc_core::__anon7ce32ab90111::SecurityHandshaker140 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()