Home
last modified time | relevance | path

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 Dcredentials.h97 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/
Dcredentials.h97 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/
Dgrpc-bindings.rs1502 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/
Dbindings.rs1924 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 Dgrpc.h287 typedef struct grpc_channel_credentials grpc_channel_credentials; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/
Dgrpc.h294 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/
Dgrpc.h294 typedef struct grpc_channel_credentials grpc_channel_credentials; typedef
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/security/
Dmod.rs27 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 Dchttp2_connector.cc426 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/
Dchttp2_connector.cc433 grpc_channel_credentials* /* creds*/, in grpc_channel_create_from_fd() argument