Home
last modified time | relevance | path

Searched refs:grpc_composite_channel_credentials (Results 1 – 4 of 4) 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/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()