Home
last modified time | relevance | path

Searched defs:credentials_path (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tink/cc/integration/gcpkms/
H A Dgcp_kms_client.cc66 absl::string_view credentials_path) { in GetCredentials()
110 absl::string_view key_uri, absl::string_view credentials_path) { in New()
164 absl::string_view key_uri, absl::string_view credentials_path) { in RegisterNewClient()
/aosp_15_r20/external/tink/cc/integration/awskms/
H A Daws_kms_client.cc134 absl::string_view credentials_path) { in GetAwsCredentials()
183 absl::string_view key_uri, absl::string_view credentials_path) { in New()
249 absl::string_view key_uri, absl::string_view credentials_path) { in RegisterNewClient()
/aosp_15_r20/external/tink/cc/util/
H A Dfake_kms_client.cc67 absl::string_view key_uri, absl::string_view credentials_path) { in New()
117 absl::string_view credentials_path) { in RegisterNewClient()
/aosp_15_r20/external/skia/tools/skp/page_sets/other/
H A Dskia_maybe_later_set.json4 "credentials_path": "data/credentials.json", string
H A DOLD-skia_galaxynexus_set.json4 "credentials_path": "data/credentials.json", string
H A DDOWN-skia_br337_desktop.json4 "credentials_path": "data/credentials.json", string
H A DLAYERS-skia_yahoonews_desktop.json4 "credentials_path": "data/credentials.json", string
H A Dskia_onlinewsj_nexus10.json4 "credentials_path": "data/credentials.json", string
H A DOLD-skia_desktop_set.json4 "credentials_path": "data/credentials.json", string
H A DOLD-skia_nexus10_set.json4 "credentials_path": "data/credentials.json", string
/aosp_15_r20/external/tink/python/tink/testing/
H A Dfake_kms.py58 def register_client(key_uri=None, credentials_path=None) -> None: argument
/aosp_15_r20/external/python/google-auth-library-python/system_tests/
Dnoxfile.py122 def copy_credentials(credentials_path): argument