Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/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;
/external/grpc-grpc/src/core/lib/security/context/
Dsecurity_context.h43 struct grpc_auth_context { struct
44 struct grpc_auth_context* chained; argument
52 grpc_auth_context* grpc_auth_context_create(grpc_auth_context* chained); argument
/external/rust/crates/grpcio-sys/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
/external/grpc-grpc/include/grpc/
Dgrpc_security.h34 typedef struct grpc_auth_context grpc_auth_context; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/
Dalts_security_connector.cc115 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/
Dlocal_security_connector.cc185 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/
Dfake_security_connector.cc106 grpc_auth_context* /*auth_context*/, in check_call_host() argument
/external/rust/crates/grpcio-sys/bindings/
Dx86_64-unknown-linux-gnu-bindings.rs2399 pub struct grpc_auth_context { struct
2405 pub ctx: *const grpc_auth_context, argument
2426 ctx: *const grpc_auth_context, in grpc_auth_context_property_iterator()
2433 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity()
2440 ctx: *const grpc_auth_context, in grpc_auth_context_find_properties_by_name()
2448 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity_property_name()
2454 ctx: *const grpc_auth_context, in grpc_auth_context_peer_is_authenticated()
2460 pub fn grpc_call_auth_context(call: *mut grpc_call) -> *mut grpc_auth_context; in grpc_call_auth_context()
2464 pub fn grpc_auth_context_release(context: *mut grpc_auth_context); in grpc_auth_context_release()
2469 ctx: *mut grpc_auth_context, in grpc_auth_context_add_property()
[all …]
Daarch64-unknown-linux-gnu-bindings.rs2399 pub struct grpc_auth_context { struct
2405 pub ctx: *const grpc_auth_context, argument
2426 ctx: *const grpc_auth_context, in grpc_auth_context_property_iterator()
2433 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity()
2440 ctx: *const grpc_auth_context, in grpc_auth_context_find_properties_by_name()
2448 ctx: *const grpc_auth_context, in grpc_auth_context_peer_identity_property_name()
2454 ctx: *const grpc_auth_context, in grpc_auth_context_peer_is_authenticated()
2460 pub fn grpc_call_auth_context(call: *mut grpc_call) -> *mut grpc_auth_context; in grpc_call_auth_context()
2464 pub fn grpc_auth_context_release(context: *mut grpc_auth_context); in grpc_auth_context_release()
2469 ctx: *mut grpc_auth_context, in grpc_auth_context_add_property()
[all …]
/external/rust/crates/grpcio-sys/grpc/include/grpc/
Dgrpc_security.h34 typedef struct grpc_auth_context grpc_auth_context; typedef
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/
Dgrpc_security.h34 typedef struct grpc_auth_context grpc_auth_context; typedef