Home
last modified time | relevance | path

Searched refs:grpc_google_default_channel_credentials (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/google_default/
Dgoogle_default_credentials.cc70 grpc_google_default_channel_credentials* c = in google_default_credentials_destruct()
71 reinterpret_cast<grpc_google_default_channel_credentials*>(creds); in google_default_credentials_destruct()
80 grpc_google_default_channel_credentials* c = in google_default_create_security_connector()
81 reinterpret_cast<grpc_google_default_channel_credentials*>(creds); in google_default_create_security_connector()
229 auto creds = static_cast<grpc_google_default_channel_credentials*>( in grpc_google_default_credentials_create()
230 gpr_zalloc(sizeof(grpc_google_default_channel_credentials))); in grpc_google_default_credentials_create()
Dgoogle_default_credentials.h46 } grpc_google_default_channel_credentials; typedef
/external/grpc-grpc/test/core/security/
Dcredentials_test.cc878 grpc_google_default_channel_credentials* default_creds; in test_google_default_creds_auth_key()
887 default_creds = reinterpret_cast<grpc_google_default_channel_credentials*>( in test_google_default_creds_auth_key()
903 grpc_google_default_channel_credentials* default_creds; in test_google_default_creds_refresh_token()
910 default_creds = reinterpret_cast<grpc_google_default_channel_credentials*>( in test_google_default_creds_refresh_token()