Searched defs:grpc_channel_credentials (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/ |
H A D | credentials.h | 97 struct grpc_channel_credentials struct 104 static int ChannelArgsCompare(const grpc_channel_credentials* args1, in ChannelArgsCompare() argument 131 // Compares this grpc_channel_credentials object with \a other. argument 139 int cmp(const grpc_channel_credentials* other) const { in cmp() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/ |
D | credentials.h | 97 struct grpc_channel_credentials struct 104 static int ChannelArgsCompare(const grpc_channel_credentials* args1, in ChannelArgsCompare() argument 131 // Compares this grpc_channel_credentials object with \a other. argument 139 int cmp(const grpc_channel_credentials* other) const { in cmp() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/android/ |
D | grpc-bindings.rs | 1502 pub struct grpc_channel_credentials { struct 1507 pub fn grpc_channel_credentials_release(creds: *mut grpc_channel_credentials); in grpc_channel_credentials_release() 1522 creds: *mut grpc_channel_credentials, in grpc_channel_create() 1793 creds: *mut grpc_channel_credentials, in grpc_channel_create_from_fd() 1985 ) -> *mut grpc_channel_credentials; in grpc_google_default_credentials_create() 2049 ) -> *mut grpc_channel_credentials; in grpc_ssl_credentials_create() 2057 ) -> *mut grpc_channel_credentials; in grpc_ssl_credentials_create_ex() 2062 channel_creds: *mut grpc_channel_credentials, in grpc_composite_channel_credentials_create() 2065 ) -> *mut grpc_channel_credentials; in grpc_composite_channel_credentials_create() 2361 ) -> *mut grpc_channel_credentials; in grpc_alts_credentials_create() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/bindings/ |
D | bindings.rs | 1924 pub struct grpc_channel_credentials { struct 1930 pub fn grpc_channel_credentials_release(creds: *mut grpc_channel_credentials); in grpc_channel_credentials_release() 1952 creds: *mut grpc_channel_credentials, in grpc_channel_create() 2299 creds: *mut grpc_channel_credentials, in grpc_channel_create_from_fd() 2559 ) -> *mut grpc_channel_credentials; in grpc_google_default_credentials_create() 2681 ) -> *mut grpc_channel_credentials; in grpc_ssl_credentials_create() 2689 ) -> *mut grpc_channel_credentials; in grpc_ssl_credentials_create_ex() 2695 channel_creds: *mut grpc_channel_credentials, in grpc_composite_channel_credentials_create() 2698 ) -> *mut grpc_channel_credentials; in grpc_composite_channel_credentials_create() 3122 ) -> *mut grpc_channel_credentials; in grpc_alts_credentials_create() [all …]
|
/aosp_15_r20/external/grpc-grpc/include/grpc/ |
H A D | grpc.h | 287 typedef struct grpc_channel_credentials grpc_channel_credentials; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/ |
D | grpc.h | 294 typedef struct grpc_channel_credentials grpc_channel_credentials; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/ |
D | grpc.h | 294 typedef struct grpc_channel_credentials grpc_channel_credentials; typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/security/ |
D | mod.rs | 27 pub fn as_mut_ptr(&mut self) -> *mut grpc_channel_credentials { in as_mut_ptr()
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/client/ |
H A D | chttp2_connector.cc | 426 grpc_channel_credentials* /* creds*/, in grpc_channel_create_from_fd() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/ |
D | chttp2_connector.cc | 433 grpc_channel_credentials* /* creds*/, in grpc_channel_create_from_fd() argument
|