Home
last modified time | relevance | path

Searched defs:grpc_auth_context (Results 1 – 15 of 15) sorted by relevance

/third_party/grpc/src/core/lib/security/context/
Dsecurity_context.h49 struct grpc_auth_context struct
53 explicit grpc_auth_context( in grpc_auth_context() argument
66 ~grpc_auth_context() { in ~grpc_auth_context() argument
76 const grpc_auth_context* chained() const { return chained_.get(); } in chained() argument
94 grpc_core::RefCountedPtr<grpc_auth_context> chained_; argument
95 grpc_auth_property_array properties_;
96 const char* peer_identity_property_name_ = nullptr;
/third_party/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc92 grpc_core::RefCountedPtr<grpc_auth_context>* /*auth_context*/, in check_peer()
116 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/third_party/grpc/test/core/end2end/fixtures/
Dlocal_util.cc76 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
Dh2_fakesec.cc52 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
Dh2_ssl.cc75 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
Dh2_ssl_cred_reload.cc110 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
Dh2_ssl_proxy.cc106 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
Dh2_oauth2.cc83 static void process_oauth2_failure(void* state, grpc_auth_context* /*ctx*/, in process_oauth2_failure() argument
Dh2_tls.cc86 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
/third_party/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc54 absl::string_view /*host*/, grpc_auth_context* /*auth_context*/, in check_call_host() argument
/third_party/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc115 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/third_party/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc106 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/third_party/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc185 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/third_party/grpc/test/core/end2end/
Dh2_ssl_cert_test.cc68 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
/third_party/grpc/include/grpc/
Dgrpc_security.h34 typedef struct grpc_auth_context grpc_auth_context; typedef