Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/context/
Dsecurity_context.h64 struct grpc_auth_context struct
73 explicit grpc_auth_context( in grpc_auth_context() argument
86 ~grpc_auth_context() { in ~grpc_auth_context() argument
97 static int ChannelArgsCompare(const grpc_auth_context* a, in ChannelArgsCompare() argument
102 const grpc_auth_context* chained() const { return chained_.get(); } in chained() argument
123 grpc_core::RefCountedPtr<grpc_auth_context> chained_; argument
124 grpc_auth_property_array properties_;
125 const char* peer_identity_property_name_ = nullptr;
126 std::unique_ptr<Extension> extension_;
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/context/
H A Dsecurity_context.h64 struct grpc_auth_context struct
73 explicit grpc_auth_context( in grpc_auth_context() function
86 ~grpc_auth_context() { in ~grpc_auth_context() argument
97 static int ChannelArgsCompare(const grpc_auth_context* a, in ChannelArgsCompare() argument
102 const grpc_auth_context* chained() const { return chained_.get(); } in chained() argument
123 grpc_core::RefCountedPtr<grpc_auth_context> chained_; argument
124 grpc_auth_property_array properties_;
125 const char* peer_identity_property_name_ = nullptr;
126 std::unique_ptr<Extension> extension_;
/aosp_15_r20/external/grpc-grpc/test/core/end2end/fixtures/
H A Dh2_oauth2_common.h69 static void process_oauth2_success(void*, grpc_auth_context*, in process_oauth2_success() argument
79 static void process_oauth2_failure(void* state, grpc_auth_context* /*ctx*/, in process_oauth2_failure() argument
156 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
H A Dlocal_util.cc29 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
H A Dh2_ssl_tls_common.h93 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
H A Dh2_ssl_cred_reload_fixture.h88 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
H A Dh2_tls_common.h60 inline void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/http/
H A Dhttpcli_security_connector.cc110 RefCountedPtr<grpc_auth_context>* /*auth_context*/, in check_peer()
135 grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/http/
Dhttpcli_security_connector.cc109 RefCountedPtr<grpc_auth_context>* /*auth_context*/, in check_peer()
134 grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/
Dgrpc-bindings.rs1866 pub struct grpc_auth_context { struct
1872 pub ctx: *const grpc_auth_context, argument
1893 ctx: *const grpc_auth_context, in grpc_auth_context_property_iterator()
1899 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity()
1905 ctx: *const grpc_auth_context, in grpc_auth_context_find_properties_by_name()
1912 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity_property_name()
1918 ctx: *const grpc_auth_context, in grpc_auth_context_peer_is_authenticated()
1923 pub fn grpc_call_auth_context(call: *mut grpc_call) -> *mut grpc_auth_context; in grpc_call_auth_context()
1927 pub fn grpc_auth_context_release(context: *mut grpc_auth_context); in grpc_auth_context_release()
1932 ctx: *mut grpc_auth_context, in grpc_auth_context_add_property()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/
Dbindings.rs2417 pub struct grpc_auth_context { struct
2423 pub ctx: *const grpc_auth_context, argument
2444 ctx: *const grpc_auth_context, in grpc_auth_context_property_iterator()
2451 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity()
2458 ctx: *const grpc_auth_context, in grpc_auth_context_find_properties_by_name()
2466 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity_property_name()
2472 ctx: *const grpc_auth_context, in grpc_auth_context_peer_is_authenticated()
2478 pub fn grpc_call_auth_context(call: *mut grpc_call) -> *mut grpc_auth_context; in grpc_call_auth_context()
2482 pub fn grpc_auth_context_release(context: *mut grpc_auth_context); in grpc_auth_context_release()
2487 ctx: *mut grpc_auth_context, in grpc_auth_context_add_property()
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/insecure/
H A Dinsecure_security_connector.cc62 absl::string_view, grpc_auth_context*) { in CheckCallHost() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/insecure/
Dinsecure_security_connector.cc62 absl::string_view, grpc_auth_context*) { in CheckCallHost() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc133 absl::string_view, grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/alts/
H A Dalts_security_connector.cc134 absl::string_view, grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc113 absl::string_view host, grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/fake/
H A Dfake_security_connector.cc113 absl::string_view host, grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/security_connector/local/
H A Dlocal_security_connector.cc214 absl::string_view host, grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/grpc-grpc/test/core/end2end/
H A Dh2_ssl_cert_test.cc55 static void process_auth_failure(void* state, grpc_auth_context* /*ctx*/, in process_auth_failure() argument
H A Dend2end_test_suites.cc107 void ProcessAuthFailure(void* state, grpc_auth_context* /*ctx*/, in ProcessAuthFailure() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc214 absl::string_view host, grpc_auth_context*) override { in CheckCallHost() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc_security.h36 typedef struct grpc_auth_context grpc_auth_context; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h36 typedef struct grpc_auth_context grpc_auth_context; typedef
/aosp_15_r20/external/grpc-grpc/include/grpc/
H A Dgrpc_security.h35 typedef struct grpc_auth_context grpc_auth_context; typedef
/aosp_15_r20/external/grpc-grpc/test/core/security/
H A Dcredentials_test.cc471 RefCountedPtr<grpc_auth_context>*, grpc_closure*) override { in check_peer()
484 grpc_auth_context*) override { in CheckCallHost() argument