/external/rust/crates/grpcio-sys/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;
|
/external/grpc-grpc/src/core/lib/security/context/ |
D | security_context.h | 43 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/ |
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
|
/external/grpc-grpc/include/grpc/ |
D | grpc_security.h | 34 typedef struct grpc_auth_context grpc_auth_context; typedef
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/alts/ |
D | alts_security_connector.cc | 115 grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/local/ |
D | local_security_connector.cc | 185 grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/security_connector/fake/ |
D | fake_security_connector.cc | 106 grpc_auth_context* /*auth_context*/, in check_call_host() argument
|
/external/rust/crates/grpcio-sys/bindings/ |
D | x86_64-unknown-linux-gnu-bindings.rs | 2399 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 …]
|
D | aarch64-unknown-linux-gnu-bindings.rs | 2399 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/ |
D | grpc_security.h | 34 typedef struct grpc_auth_context grpc_auth_context; typedef
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc_security.h | 34 typedef struct grpc_auth_context grpc_auth_context; typedef
|