/third_party/grpc/src/core/lib/security/context/ |
D | security_context.h | 49 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/ |
D | httpcli_security_connector.cc | 92 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/ |
D | local_util.cc | 76 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
|
D | h2_fakesec.cc | 52 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
|
D | h2_ssl.cc | 75 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
|
D | h2_ssl_cred_reload.cc | 110 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
|
D | h2_ssl_proxy.cc | 106 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
|
D | h2_oauth2.cc | 83 static void process_oauth2_failure(void* state, grpc_auth_context* /*ctx*/, in process_oauth2_failure() argument
|
D | h2_tls.cc | 86 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/ |
D | insecure_security_connector.cc | 54 absl::string_view /*host*/, grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/third_party/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 115 grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/third_party/grpc/src/core/lib/security/security_connector/fake/ |
D | fake_security_connector.cc | 106 grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/third_party/grpc/src/core/lib/security/security_connector/local/ |
D | local_security_connector.cc | 185 grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/third_party/grpc/test/core/end2end/ |
D | h2_ssl_cert_test.cc | 68 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
|
/third_party/grpc/include/grpc/ |
D | grpc_security.h | 34 typedef struct grpc_auth_context grpc_auth_context; typedef
|