Searched refs:auth_context_ (Results 1 – 13 of 13) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/authorization/ |
D | evaluate_args.cc | 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()
|
D | evaluate_args.h | 36 : metadata_(metadata), auth_context_(auth_context), endpoint_(endpoint) {} in EvaluateArgs() 53 grpc_auth_context* auth_context_; variable
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | server_context.h | 212 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
|
D | client_context.h | 276 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/ |
D | server_filter.h | 44 auth_context_(nullptr), in CensusServerCallData() 79 grpc_auth_context* auth_context_; variable
|
D | server_filter.cc | 178 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/ |
D | server_filter.h | 44 auth_context_(nullptr), in CensusServerCallData() 79 grpc_auth_context* auth_context_; variable
|
D | server_filter.cc | 175 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/ |
D | client_context.h | 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
|
D | server_context.h | 268 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/ |
D | client_context.h | 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
|
D | server_context.h | 268 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/ |
D | security_handshaker.cc | 104 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()
|