/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.h | 37 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds) in grpc_composite_channel_credentials() 62 const grpc_call_credentials* call_creds() const { return call_creds_.get(); } in call_creds() function
|
D | composite_credentials.cc | 202 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector() 219 grpc_channel_credentials* channel_creds, grpc_call_credentials* call_creds, in grpc_composite_channel_credentials_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 82 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector() 306 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds; in make_default_call_creds() local 344 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds(call_credentials); in grpc_google_default_credentials_create() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/insecure/ |
D | insecure_credentials.cc | 36 RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector()
|
/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 77 grpc_channel_credentials* creds, grpc_call_credentials* call_creds, in google_default_create_security_connector() 181 grpc_call_credentials* call_creds = nullptr; in grpc_google_default_credentials_create() local
|
/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.h | 48 grpc_call_credentials* call_creds; member
|
D | composite_credentials.cc | 214 grpc_channel_credentials* creds, grpc_call_credentials* call_creds, in composite_channel_create_security_connector() 253 grpc_channel_credentials* channel_creds, grpc_call_credentials* call_creds, in grpc_composite_channel_credentials_create()
|
/external/grpc-grpc/test/cpp/util/ |
D | cli_credentials.cc | 199 std::shared_ptr<grpc::CallCredentials> call_creds = GetCallCredentials(); in GetCredentials() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/ |
D | tls_credentials.cc | 69 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/ |
D | alts_credentials.cc | 54 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.cc | 46 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/xds/ |
D | xds_credentials.cc | 106 RefCountedPtr<grpc_call_credentials> call_creds, const char* target_name, in create_security_connector()
|
/external/grpc-grpc/src/core/lib/security/credentials/fake/ |
D | fake_credentials.cc | 36 grpc_channel_credentials* c, grpc_call_credentials* call_creds, in fake_transport_security_create_security_connector()
|
/external/grpc-grpc/test/core/end2end/tests/ |
D | call_creds.cc | 468 void call_creds(grpc_end2end_test_config config) { in call_creds() function
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 170 const std::shared_ptr<CallCredentials>& call_creds) { in CompositeChannelCredentials()
|
/external/grpc-grpc/src/core/lib/security/credentials/ssl/ |
D | ssl_credentials.cc | 58 grpc_channel_credentials* creds, grpc_call_credentials* call_creds, in ssl_create_security_connector()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/ssl/ |
D | ssl_credentials.cc | 65 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector()
|
/external/grpc-grpc/test/core/security/ |
D | credentials_test.cc | 420 grpc_channel_credentials* c, grpc_call_credentials* call_creds, in check_channel_oauth2_create_security_connector() 486 grpc_channel_credentials* c, grpc_call_credentials* call_creds, in check_channel_oauth2_google_iam_create_security_connector() 1129 grpc_call_credentials* call_creds = in test_channel_creds_duplicate_without_call_creds() local
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | credentials_test.cc | 543 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector() 623 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds, in create_security_connector() 1638 grpc_call_credentials* call_creds = in test_google_default_creds_call_creds_specified() local 1697 grpc_core::RefCountedPtr<grpc_call_credentials> call_creds = in test_google_default_creds_not_default() local 1896 grpc_call_credentials* call_creds = in test_channel_creds_duplicate_without_call_creds() local
|
/external/rust/crates/grpcio-sys/grpc/src/cpp/client/ |
D | secure_credentials.cc | 369 const std::shared_ptr<CallCredentials>& call_creds) { in CompositeChannelCredentials()
|
/external/grpc-grpc/test/cpp/end2end/ |
D | grpclb_end2end_test.cc | 410 grpc_call_credentials* call_creds = grpc_md_only_test_credentials_create( in ResetStub() local
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 1005 grpc_call_credentials* call_creds) { in grpcsharp_composite_channel_credentials_create()
|