Home
last modified time | relevance | path

Searched refs:grpc_composite_channel_credentials (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.cc207 grpc_composite_channel_credentials* c = in composite_channel_destruct()
208 reinterpret_cast<grpc_composite_channel_credentials*>(creds); in composite_channel_destruct()
217 grpc_composite_channel_credentials* c = in composite_channel_create_security_connector()
218 reinterpret_cast<grpc_composite_channel_credentials*>(creds); in composite_channel_create_security_connector()
243 grpc_composite_channel_credentials* c = in composite_channel_duplicate_without_call_credentials()
244 reinterpret_cast<grpc_composite_channel_credentials*>(creds); in composite_channel_duplicate_without_call_credentials()
255 grpc_composite_channel_credentials* c = in grpc_composite_channel_credentials_create()
256 static_cast<grpc_composite_channel_credentials*>(gpr_zalloc(sizeof(*c))); in grpc_composite_channel_credentials_create()
Dcomposite_credentials.h49 } grpc_composite_channel_credentials; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/composite/
Dcomposite_credentials.h33 class grpc_composite_channel_credentials : public grpc_channel_credentials {
35 grpc_composite_channel_credentials( in grpc_composite_channel_credentials() function
42 ~grpc_composite_channel_credentials() override = default;
Dcomposite_credentials.cc201 grpc_composite_channel_credentials::create_security_connector( in create_security_connector()
227 return new grpc_composite_channel_credentials(channel_creds->Ref(), in grpc_composite_channel_credentials_create()
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc879 grpc_composite_channel_credentials* creds; in test_google_default_creds_auth_key()
885 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_auth_key()
904 grpc_composite_channel_credentials* creds; in test_google_default_creds_refresh_token()
908 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_refresh_token()
945 grpc_composite_channel_credentials* creds = in test_google_default_creds_gce()
946 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_gce()
Dprint_google_default_creds_token.cc100 (reinterpret_cast<grpc_composite_channel_credentials*>(creds)) in main()
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dprint_google_default_creds_token.cc99 if (reinterpret_cast<grpc_composite_channel_credentials*>(creds) in main()
Dcredentials_test.cc1457 grpc_composite_channel_credentials* creds; in test_google_default_creds_auth_key()
1466 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_auth_key()
1486 grpc_composite_channel_credentials* creds; in test_google_default_creds_refresh_token()
1490 creds = reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_refresh_token()
1540 grpc_composite_channel_credentials* creds = in test_google_default_creds_gce()
1541 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_gce()
1579 grpc_composite_channel_credentials* creds = in test_google_default_creds_non_gce()
1580 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_non_gce()
1646 grpc_composite_channel_credentials* channel_creds = in test_google_default_creds_call_creds_specified()
1647 reinterpret_cast<grpc_composite_channel_credentials*>( in test_google_default_creds_call_creds_specified()
[all …]